tor install fails in Docker build

added -y parameter to tor install
pull/202/head
Niels 2018-05-13 09:18:09 +02:00 committed by GitHub
parent 36e79f2f30
commit 51718c4a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sudo apt-get install python3-pip python-virtualenv python3-dev libfreetype6-dev
screen g++ python-tk unzip libsnappy-dev cmake -y
#optional tor install
sudo apt-get install tor
sudo apt-get install tor -y
#Needed for bloom filters
sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y