mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-12-04 11:47:17 +00:00
Merge pull request #202 from meauses/patch-1
tor install fails in Docker build
This commit is contained in:
commit
ede023823a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
screen g++ python-tk unzip libsnappy-dev cmake -y
|
||||||
|
|
||||||
#optional tor install
|
#optional tor install
|
||||||
sudo apt-get install tor
|
sudo apt-get install tor -y
|
||||||
|
|
||||||
#Needed for bloom filters
|
#Needed for bloom filters
|
||||||
sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y
|
sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y
|
||||||
|
|
Loading…
Reference in a new issue