Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ALVSoft authored Jul 17, 2024
1 parent cdff53f commit c284de5
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 @@ -36,9 +36,9 @@ RUN trunk install \
rustup self uninstall

SHELL ["/bin/sh", "-c"]
RUN apt-get clean && \
apt-get remove curl && \
apt-get autoremove && \
RUN apt-get purge -y curl && \
apt-get autoremove -y && \
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

USER postgres
Expand Down

0 comments on commit c284de5

Please sign in to comment.