[RICPLT-1960] - Update rmr to v1.3.0 73/773/1
authorrh362j <ronen.hasid@intl.att.com>
Tue, 20 Aug 2019 13:26:18 +0000 (16:26 +0300)
committerrh362j <ronen.hasid@intl.att.com>
Tue, 20 Aug 2019 13:26:58 +0000 (16:26 +0300)
Change-Id: Ibbf7ac3f90222a4c8fdbbc98193e3a2d559a4a09
Signed-off-by: rh362j <ronen.hasid@intl.att.com>
E2Manager/Dockerfile

index ebebf89..b1449a4 100644 (file)
@@ -23,10 +23,10 @@ COPY . .
 ENV PATH=$PATH:/usr/local/go/bin:/usr/lib/go-1.12/bin
 #RUN git clone https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr && cd rmr/; mkdir build; cd build; /opt/bin/cmake -DDEV_PKG=1 ..; make install
 # Install RMr library and dev files
-RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr_1.0.36_amd64.deb/download.deb
-RUN dpkg -i rmr_1.0.36_amd64.deb
-RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr-dev_1.0.36_amd64.deb/download.deb
-RUN dpkg -i rmr-dev_1.0.36_amd64.deb
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr_1.3.0_amd64.deb/download.deb
+RUN dpkg -i rmr_1.3.0_amd64.deb
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr-dev_1.3.0_amd64.deb/download.deb
+RUN dpkg -i rmr-dev_1.3.0_amd64.deb
 
 
 RUN cd asn1codec && make