Skip to content

Commit

Permalink
Merge pull request #202 from meauses/patch-1
Browse files Browse the repository at this point in the history
tor install fails in Docker build
  • Loading branch information
adulau authored May 13, 2018
2 parents 36e79f2 + 51718c4 commit ede0238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installing_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ede0238

Please sign in to comment.