diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include index a1242341e847dc7a0e67cdce5a311c8b5aa3232f..81529f34df2fdf905e37e31658f8322772436f54 100644 --- a/docker/mk/Makefile.include +++ b/docker/mk/Makefile.include @@ -43,6 +43,7 @@ build: $(MKBUILD) $(DEPS_TARGETS) --build-arg OSMCLIENT_VERSION==$(shell cat $(MKBUILD)/.dep_osmclient) \ --build-arg NBI_VERSION==$(shell cat $(MKBUILD)/.dep_NBI) \ --build-arg POL_VERSION==$(shell cat $(MKBUILD)/.dep_POL) \ + --build-arg DEVOPS_VERSION==$(shell cat $(MKBUILD)/.dep_devops) \ $(DOCKER_ARGS) . clean: diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index b8e768639da805cb0f23510d0ce286a48e0e1dd2..d544a6ee6f16c0266537aa46b55a9d7368452382 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