X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fosmclient%2FDockerfile;h=a791b04968b5a827b53f705b242e83ad314d4ed1;hb=03a6134f7a07c798e16eebe34d94f6eb2405e69a;hp=b8e768639da805cb0f23510d0ce286a48e0e1dd2;hpb=13d76c8224da1ff6ad5181a03af9f4085dae95d4;p=osm%2Fdevops.git diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index b8e76863..a791b049 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -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 pyangbind pytest==4.6.3 ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian ARG RELEASE=ReleaseFOUR-daily @@ -14,12 +15,13 @@ ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ARG REPOSITORY=testing RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - -RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} devops osmclient" && apt update +RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} devops osmclient IM" && apt update ARG OSMCLIENT_VERSION ARG DEVOPS_VERSION +ARG IM_VERSION -RUN apt-get update && apt-get -y install osm-devops${DEVOPS_VERSION} python-osmclient${OSMCLIENT_VERSION} +RUN apt-get update && apt-get -y install osm-devops${DEVOPS_VERSION} python-osmclient${OSMCLIENT_VERSION} python-osm-im${IM_VERSION} ENV OSM_SOL005=True ENV OSM_HOSTNAME=nbi:9999