X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fosmclient%2FDockerfile;h=0d2ec31baec23d3a5b953d3af62094c0c8e2a1c5;hb=76a6dc2add1821f60f30d6312bf4f841a775f601;hp=b8e768639da805cb0f23510d0ce286a48e0e1dd2;hpb=13d76c8224da1ff6ad5181a03af9f4085dae95d4;p=osm%2Fdevops.git diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index b8e76863..0d2ec31b 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -5,8 +5,9 @@ LABEL authors="Michael Marchetti" RUN apt-get update && apt-get -y install curl software-properties-common RUN apt-get update && apt-get -y install python \ - libcurl4-gnutls-dev libgnutls-dev iputils-ping python-pip -RUN pip install python-magic pytest + libcurl4-gnutls-dev libgnutls-dev iputils-ping python-pip \ + python-openstackclient wget +RUN pip install python-magic pytest==4.6.3 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily