X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fosmclient%2FDockerfile;h=d544a6ee6f16c0266537aa46b55a9d7368452382;hb=7bfdced8ddcbdfa07a27bd3b07c1b103320587c1;hp=b8e768639da805cb0f23510d0ce286a48e0e1dd2;hpb=13d76c8224da1ff6ad5181a03af9f4085dae95d4;p=osm%2Fdevops.git diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index b8e76863..d544a6ee 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -5,7 +5,8 @@ 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 + libcurl4-gnutls-dev libgnutls-dev iputils-ping python-pip \ + python-openstackclient wget RUN pip install python-magic pytest ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian