Skip to content

Commit

Permalink
chore: apt clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Dec 22, 2024
1 parent 616064c commit 352b845
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ RUN groupadd --system --gid 10041 opal && \
chown -R opal /opt/opal; \
chmod +x $OPAL_DIST/bin/opal

# Clean up
RUN apt remove -y unzip curl wget && \
apt autoremove -y && \
apt clean && \
rm -rf /var/lib/apt/lists/* /tmp/*

WORKDIR $OPAL_HOME

VOLUME $OPAL_HOME
Expand Down

0 comments on commit 352b845

Please sign in to comment.