Install RMR from deb at version 1.0.36 83/383/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 19 Jun 2019 12:29:43 +0000 (08:29 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 19 Jun 2019 15:16:20 +0000 (11:16 -0400)
No functional change from deb 1.0.34

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I3a1dfb7256123d18b939cd0f202cd5b347132c6a

Dockerfile

index 9373cc2..c990787 100644 (file)
@@ -25,8 +25,8 @@ COPY . /tmp
 WORKDIR /tmp
 
 # Install RMr library
-RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr_1.0.34_amd64.deb/download.deb
-RUN dpkg -i rmr_1.0.34_amd64.deb
+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
 
 # Install RMr python bindings
 RUN pip install --upgrade pip