X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docker%2FDockerfile;h=7a38ad8d5c4dbbfcf5d45d762caa0a3f87b5f642;hb=2c9200329228e1b7b6991f3cae5f775e0b06426c;hp=6c731967f08e76212a7f4884052511c886b3b03b;hpb=3a7fa64c8995642dbd2a5696eb8511adc65f2f5d;p=optf%2Fosdf.git diff --git a/docker/Dockerfile b/docker/Dockerfile index 6c73196..7a38ad8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \