From 8ada98c692ed16383e00b53f538b4f9f684301e5 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Fri, 3 Feb 2023 13:28:42 +0100 Subject: [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 Change-Id: I355ad9b1f7c3c58a7b1fe222da9bc5b42a620e49 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') 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 \ -- cgit 1.2.3-korg