Merge pull request #202 from meauses/patch-1

tor install fails in Docker build
This commit is contained in:
Alexandre Dulaunoy 2018-05-13 12:31:12 +02:00 committed by GitHub
commit ede023823a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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