Add python link to python3 in dockerfile 06/133106/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 1 Feb 2023 12:26:24 +0000 (13:26 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Wed, 1 Feb 2023 12:26:24 +0000 (13:26 +0100)
Issue-ID: TEST-390

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I5d8aa8c2459b215c54f7c18628570e04a8bcad12

docker/Dockerfile

index ac4e713..d52b4c2 100644 (file)
@@ -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 \