From b4dc967cd923056141d48d1dc683a5efb73cc515 Mon Sep 17 00:00:00 2001 From: Michael Boniface <mjb@it-innovation.soton.ac.uk> Date: Mon, 13 Aug 2018 23:38:04 +0000 Subject: [PATCH] Update install-neo4j.sh --- scripts/clmc-service/install-neo4j.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/clmc-service/install-neo4j.sh b/scripts/clmc-service/install-neo4j.sh index 83d0cbd..d6b46e1 100755 --- a/scripts/clmc-service/install-neo4j.sh +++ b/scripts/clmc-service/install-neo4j.sh @@ -59,6 +59,7 @@ while true; do done echo "----->Installing python libraries" +apt-get install build-essential libssl-dev libffi-dev python-dev apt-get -y install python3 python3-pip python3-setuptools update-alternatives --install /usr/bin/python python /usr/bin/python3 10 apt-get update -- GitLab