X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fosmclient%2FDockerfile;h=0d2ec31baec23d3a5b953d3af62094c0c8e2a1c5;hb=76a6dc2add1821f60f30d6312bf4f841a775f601;hp=d544a6ee6f16c0266537aa46b55a9d7368452382;hpb=e31371a64adffa3b33cea167385e6daf0bc3b0a5;p=osm%2Fdevops.git diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index d544a6ee..0d2ec31b 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -7,7 +7,7 @@ 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 \ python-openstackclient wget -RUN pip install python-magic pytest +RUN pip install python-magic pytest==4.6.3 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily