mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Verbose output is no longer needed
I confirmed that the changes reduced the amount of files being removed.
This commit is contained in:
parent
42a1033e7e
commit
7343e39f35
@ -189,7 +189,7 @@ RUN set -x && \
|
||||
apt-get -y autoclean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
rm -rf /var/cache/apt/* && \
|
||||
rm -rfv /tmp/*
|
||||
rm -rf /tmp/*
|
||||
|
||||
|
||||
# Copy app
|
||||
|
Loading…
Reference in New Issue
Block a user