From c0fcbb08cbee5a523ee49fa4716835affbbedfcd Mon Sep 17 00:00:00 2001 From: yadavmr Date: Mon, 8 Jul 2019 19:19:11 +0530 Subject: [PATCH] Bug 515 improvement - Dependancy for pyangbind and osm-im added Change-Id: I1602f9a26c5cfa0cc55db52e6141f579383caa2b Signed-off-by: yadavmr --- docker/osmclient/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile index 0d2ec31b..4d547fa8 100644 --- a/docker/osmclient/Dockerfile +++ b/docker/osmclient/Dockerfile @@ -7,7 +7,7 @@ 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 \ python-openstackclient wget -RUN pip install python-magic pytest==4.6.3 +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 @@ -15,7 +15,7 @@ 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 -- 2.17.1