From: Andreas Geissler Date: Wed, 1 Feb 2023 12:26:24 +0000 (+0100) Subject: Add python link to python3 in dockerfile X-Git-Tag: 1.12.1~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0587a3bdde2c1cb9bf3d7405885e3b873012e764;p=testsuite.git Add python link to python3 in dockerfile Issue-ID: TEST-390 Signed-off-by: Andreas Geissler Change-Id: I5d8aa8c2459b215c54f7c18628570e04a8bcad12 --- diff --git a/docker/Dockerfile b/docker/Dockerfile index ac4e7136..d52b4c2f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -47,6 +47,7 @@ RUN apt-get update \ xxd \ wget vim \ python3.8 python3.8-dev python3-pip && \ + ln -s /usr/bin/python3 /usr/bin/python && \ mkdir -p /var/opt/ONAP && \ pip3 install --no-cache-dir -r requirements.txt && \ pip3 install --no-cache-dir \