Temporarily install wget to download files.

pull/3/head
Icedream 2015-10-24 10:30:44 +02:00
parent b739ed3e40
commit 60f3eea6d3
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ curl -sL https://deb.nodesource.com/setup_4.x | bash -
# Now install all packages we need # Now install all packages we need
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
nodejs \ nodejs wget ca-certificates \
blackbox xvfb xdotool \ blackbox xvfb xdotool \
pulseaudio pulseaudio-utils \ pulseaudio pulseaudio-utils \
dbus \ dbus \
@ -54,5 +54,6 @@ mv ts3bot-control* ts3bot
#RUN chmod a+rx /usr/local/bin/youtube-dl #RUN chmod a+rx /usr/local/bin/youtube-dl
# Clean up APT # Clean up APT
apt-get autoremove --purge wget
apt-get clean apt-get clean
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*