diff options
author | Varma, Vikas (vv8305) <vv8305@att.com> | 2018-04-22 16:55:22 -0400 |
---|---|---|
committer | Varma, Vikas (vv8305) <vv8305@att.com> | 2018-04-22 17:02:26 -0400 |
commit | 2c9200329228e1b7b6991f3cae5f775e0b06426c (patch) | |
tree | fe990e50f9b487fdb6c48fd206143cce19cdd85a /docker/Dockerfile | |
parent | 3a7fa64c8995642dbd2a5696eb8511adc65f2f5d (diff) |
Fixing the docker file to set default python exec
Change-Id: I3bd6f16b85ada4111585818a3009de75f7294665
Issue-ID: OPTFRA-221
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |