From: sousaedu Date: Tue, 23 Mar 2021 15:25:18 +0000 (+0100) Subject: Fixing cryptography in local dockerfile X-Git-Tag: branch-sol006v331-start~19 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=commitdiff_plain;h=f36b4bc0d6152910351be195790bef7c6fc953d6 Fixing cryptography in local dockerfile Change-Id: I3a4a96e9420ec427e5efb25858a884f1bf1f54ae Signed-off-by: sousaedu --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 7e0bbce..0431642 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,13 +19,16 @@ FROM ubuntu:18.04 # Installing robot dependencies RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git software-properties-common \ - make python3 debhelper python3-setuptools python3-pip apt-utils ssh iputils-ping libcurl4-openssl-dev libssl-dev \ - python3-openstackclient + make python3 debhelper python3-pip apt-utils ssh iputils-ping libcurl4-openssl-dev libssl-dev cargo rustc RUN add-apt-repository -y ppa:rmescandon/yq && apt update && apt install yq -y -RUN python3 -m pip install haikunator requests robotframework robotframework-seleniumlibrary robotframework-requests robotframework-jsonlibrary \ - robotframework-sshlibrary charm-tools git+https://osm.etsi.org/gerrit/osm/IM.git git+https://osm.etsi.org/gerrit/osm/osmclient.git +RUN python3 -m pip install -U pip + +RUN python3 -m pip install charm-tools haikunator python-openstackclient requests robotframework \ + robotframework-seleniumlibrary robotframework-requests robotframework-jsonlibrary robotframework-sshlibrary \ + setuptools setuptools-rust git+https://osm.etsi.org/gerrit/osm/IM.git \ + git+https://osm.etsi.org/gerrit/osm/osmclient.git # Preparing working environment WORKDIR /robot-systest