Skip to content

Commit

Permalink
I could have sworn I did -am
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Oct 11, 2023
1 parent ea94a4c commit 22e73bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ FROM debian:bullseye-slim AS final
RUN apt update && apt install -y ca-certificates

# Clean up apt stuff
apt clean
apt autoremove --yes
rm -rf /var/lib/{apt,dpkg,cache,log}/
RUN apt clean
RUN apt autoremove --yes
RUN rm -rf /var/lib/{apt,dpkg,cache,log}/

# Create a non-privileged user that the app will run under.
# See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user
Expand Down

0 comments on commit 22e73bb

Please sign in to comment.