diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-01 15:36:29 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-01 15:36:29 +0100 |
commit | 9f2300792af9499da816723e84ec5170a5467504 (patch) | |
tree | 3a4d71a14cd90469aaf29c826bb211a200329280 /docker/Dockerfile | |
parent | 0587a3bdde2c1cb9bf3d7405885e3b873012e764 (diff) |
[DMAAP] fix the references to the dmaap interface files
Issue-ID: TEST-390
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I5bad4685fd1a2377613298d46e1f87b264185ac7
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index d52b4c2f..8265772e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -47,7 +47,7 @@ RUN apt-get update \ xxd \ wget vim \ python3.8 python3.8-dev python3-pip && \ - ln -s /usr/bin/python3 /usr/bin/python && \ + 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 \ |