bug 745 improvement fixed
[osm/devops.git] / docker / osmclient / Dockerfile
index b8e7686..0d2ec31 100644 (file)
@@ -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