From 51718c4a013162fdaf6d3bd166cf59e6526360a6 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 13 May 2018 09:18:09 +0200 Subject: [PATCH] tor install fails in Docker build added -y parameter to tor install --- installing_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing_deps.sh b/installing_deps.sh index 246fd2b2..0cc9b2f2 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -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