Bug 515 improvement - Dependancy for pyangbind and osm-im added
Change-Id: I1602f9a26c5cfa0cc55db52e6141f579383caa2b
Signed-off-by: yadavmr <my00514913@techmahindra.com>
diff --git a/docker/osmclient/Dockerfile b/docker/osmclient/Dockerfile
index 0d2ec31..4d547fa 100644
--- a/docker/osmclient/Dockerfile
+++ b/docker/osmclient/Dockerfile
@@ -7,7 +7,7 @@
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=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