aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-robot/docker/Dockerfile
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2024-08-20 12:55:35 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2024-08-20 12:55:35 +0200
commit5237fc53183547e8d189e8bfd8697c7811043b09 (patch)
tree63865183c1512fbe0ab6927ea032a85b7d12443f /smoke-usecases-robot/docker/Dockerfile
parentf208ee19227579d8497b391d14e38bfc937b9869 (diff)
Fix docker files for healthcheck and robotHEADmaster
Add rust installation and change openstack tag Issue-ID: TEST-404 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I5f9d6f43f819879f769c169e14eb2e44cb32b7d3
Diffstat (limited to 'smoke-usecases-robot/docker/Dockerfile')
-rw-r--r--smoke-usecases-robot/docker/Dockerfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/smoke-usecases-robot/docker/Dockerfile b/smoke-usecases-robot/docker/Dockerfile
index 77f87a8..395e5a7 100644
--- a/smoke-usecases-robot/docker/Dockerfile
+++ b/smoke-usecases-robot/docker/Dockerfile
@@ -2,7 +2,7 @@ FROM opnfv/xtesting:jerma
MAINTAINER Morgan Richomme <morgan.richomme@orange.com>
-ARG OPENSTACK_TAG=yoga
+ARG OPENSTACK_TAG=stable/newton
ARG OPNFV_TAG=stable/jerma
ARG ONAP_TAG=master
ARG PIP_TAG=20.1
@@ -24,7 +24,9 @@ COPY upper-constraints.txt upper-constraints.txt
RUN apk --no-cache add --update openssl chromium chromium-chromedriver && \
apk --no-cache add --virtual .build-deps --update \
python3-dev build-base linux-headers libffi-dev \
- openssl-dev libjpeg-turbo-dev && \
+ openssl-dev libjpeg-turbo-dev curl && \
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
+ . "$HOME/.cargo/env" && \
chmod +x /usr/local/bin/kubectl && \
pip3 install --upgrade pip && \
pip3 install --no-cache-dir \