Get rid of wget dependency.

pull/7/head
Icedream 2015-11-05 04:35:11 +01:00
parent 37263f8482
commit 05fdcce403
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export DEBIAN_FRONTEND=noninteractive
# Now install all packages we need
apt-get update
apt-get install -y --no-install-recommends \
wget ca-certificates \
ca-certificates \
blackbox xvfb xdotool \
pulseaudio pulseaudio-utils \
cmake cmake-data \