Merge "[OPTFRA-217] Fix identifier value in placementSol"
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>
Mon, 23 Apr 2018 17:59:08 +0000 (17:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 23 Apr 2018 17:59:08 +0000 (17:59 +0000)
docker/Dockerfile

index 6c73196..7a38ad8 100644 (file)
@@ -34,6 +34,8 @@ RUN apt-get update -y \
     && easy_install3 pip \
     && pip install --upgrade virtualenv pip wheel 
 
+RUN ln -s /usr/bin/python3.5 /usr/bin/python
+
 # Minizinc
 RUN wget -q $MZN_DL_URL -O mz.tgz \
     && tar xzf mz.tgz \