diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-03-17 15:00:46 +0100 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2022-03-17 15:00:46 +0100 |
commit | 55d91bc938b4bab83d4b664ace08b0978678970c (patch) | |
tree | 95f80b863d6d3d50af5fb9eab8178c5eae512587 /docker | |
parent | f94536732a5d5a8dc0f4bfd5315b2fe4932e013a (diff) |
[INTEGRATION] Fix failing HVVES test case in Jakarta release
Fix failing HVVES test case in Jakarta release
Issue-ID: TEST-383
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I859394754c23992b5af65d20cc15559b19832618
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index bd5b10b4..c8e97dc0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -55,7 +55,10 @@ RUN apt-get update \ git clone --depth 1 https://$DEMO_REPO -b $DEMO_TAG /var/opt/ONAP/demo && \ chmod +x /usr/local/bin/kubectl && \ chmod 700 get_helm.sh && \ - ./get_helm.sh --version $HELM_VERSION + ./get_helm.sh --version $HELM_VERSION && \ + mkdir -p /app && \ + cp /var/opt/ONAP/setup-hvves.sh /app + RUN python3.7 -m pip install --no-cache-dir setuptools wheel RUN python3.7 -m pip install --no-cache-dir virtualenv |