diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-01 13:26:24 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-01 13:26:24 +0100 |
commit | 0587a3bdde2c1cb9bf3d7405885e3b873012e764 (patch) | |
tree | fa64594b23dd67b2348f6e1e46b28ca7bdc6fdeb /docker/Dockerfile | |
parent | 0e8d21674d8978c30d2ed6465d5e927036f45d86 (diff) |
Add python link to python3 in dockerfile
Issue-ID: TEST-390
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I5d8aa8c2459b215c54f7c18628570e04a8bcad12
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |