diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-03 13:28:42 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-02-03 13:28:42 +0100 |
commit | 8ada98c692ed16383e00b53f538b4f9f684301e5 (patch) | |
tree | eb5074a0e405a69e1278da1eb201696a7bb5fb75 /docker/Dockerfile | |
parent | 9f2300792af9499da816723e84ec5170a5467504 (diff) |
[AAF] Adapt the tests for the AAF removal
repair the VES test, HVVES test
remove AAF from Healthcheck and repair DMAAP health check
Issue-ID: TEST-390
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I355ad9b1f7c3c58a7b1fe222da9bc5b42a620e49
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 8265772e..d52b4c2f 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 \ |