diff --git a/scripts/clmc-service/install-neo4j.sh b/scripts/clmc-service/install-neo4j.sh
index d6b46e1a7ef70c3a772843c552ff12dad3b059a1..70dc003e4aa3e34b50f995e712dd4d4319107ac1 100755
--- a/scripts/clmc-service/install-neo4j.sh
+++ b/scripts/clmc-service/install-neo4j.sh
@@ -59,7 +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 build-essential libssl-dev libffi-dev python3-dev
 apt-get -y install python3 python3-pip python3-setuptools
 update-alternatives --install /usr/bin/python python /usr/bin/python3 10
 apt-get update