Fixing the docker file to set default python exec 77/44077/1
authorVarma, Vikas (vv8305) <vv8305@att.com>
Sun, 22 Apr 2018 20:55:22 +0000 (16:55 -0400)
committerVarma, Vikas (vv8305) <vv8305@att.com>
Sun, 22 Apr 2018 21:02:26 +0000 (17:02 -0400)
Change-Id: I3bd6f16b85ada4111585818a3009de75f7294665
Issue-ID: OPTFRA-221
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
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 \