Change-Id: If07d3f29b94b925fb41aaf0d0321b2c8c7c9f007
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
--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:
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