Skip to content
Snippets Groups Projects
Commit fe685b9a authored by fonsecaj's avatar fonsecaj Committed by fonsecaj
Browse files

Fixes Bug 1436 - docker/tests/Dockerfile: cryptography dependencies


Change-Id: I1c3fad357012407285e5ada403916b829312cd97
Signed-off-by: default avatarJoão Fonseca <jpedrofonseca@av.it.pt>
(cherry picked from commit b3daa3a5)
parent ea802d28
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,24 @@ FROM ubuntu:18.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git software-properties-common \
curl xz-utils gnupg2 apt-transport-https make python3 debhelper python3-setuptools python3-pip apt-utils \
ssh iputils-ping libcurl4-openssl-dev libssl-dev python3-openstackclient
ssh iputils-ping libcurl4-openssl-dev libssl-dev python3-yaml \
build-essential libssl-dev libffi-dev python3-dev
RUN add-apt-repository -y ppa:rmescandon/yq && apt update && apt install yq -y
RUN python3 -m pip install haikunator requests robotframework robotframework-seleniumlibrary \
RUN python3 -m pip install --upgrade pip
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cargo rustc
RUN python3 --version && python3 -m pip --version
RUN rustc --version && cargo --version
RUN python3 -m pip install --upgrade setuptools setuptools-rust
RUN python3 -m pip install --ignore-installed pyyaml
RUN python3 -m pip install --upgrade haikunator requests robotframework robotframework-seleniumlibrary \
robotframework-requests robotframework-jsonlibrary robotframework-sshlibrary charm-tools \
verboselogs pyangbind
verboselogs pyangbind python-openstackclient
ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian
ARG RELEASE=ReleaseNINE-daily
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment