Bug 515 improvement - Dependancy for pyangbind and osm-im added 64/7764/2
authoryadavmr <my00514913@techmahindra.com>
Mon, 8 Jul 2019 13:49:11 +0000 (19:19 +0530)
committeryadavmr <my00514913@techmahindra.com>
Mon, 8 Jul 2019 14:47:16 +0000 (15:47 +0100)
Change-Id: I1602f9a26c5cfa0cc55db52e6141f579383caa2b
Signed-off-by: yadavmr <my00514913@techmahindra.com>
docker/osmclient/Dockerfile

index 0d2ec31..4d547fa 100644 (file)
@@ -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