Verbose output is no longer needed

I confirmed that the changes reduced the amount of files being removed.
This commit is contained in:
tcely 2024-12-25 00:32:03 -05:00 committed by GitHub
parent 42a1033e7e
commit 7343e39f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ RUN set -x && \
apt-get -y autoclean && \ apt-get -y autoclean && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/* && \ rm -rf /var/cache/apt/* && \
rm -rfv /tmp/* rm -rf /tmp/*
# Copy app # Copy app