Updated DockerFile to set environment variable
[optf/osdf.git] / docker / Dockerfile
index 6c73196..718b145 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 \
@@ -48,4 +50,4 @@ ENV PATH /mz-dist:$PATH
 RUN git clone http://gerrit.onap.org/r/optf/osdf \
     && pip install --no-cache-dir -r osdf/requirements.txt
 
-CMD [ "/osdf/osdfapp.sh" ]
+CMD [ "/osdf/osdfapp.sh" ]