Add non-interactive "yes" on purge.

pull/3/head
Icedream 2015-10-24 10:37:06 +02:00
parent daf6bf8f7c
commit b5fd982b7f
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ mv ts3bot-control* ts3bot
#RUN chmod a+rx /usr/local/bin/youtube-dl
# Clean up APT
apt-get autoremove --purge wget
apt-get autoremove -y --purge wget
apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*