Update osmclient docker to use versioned osm-devops
[osm/devops.git] / docker / osmclient / Dockerfile
index b8e7686..d544a6e 100644 (file)
@@ -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