From: Lott, Christopher (cl778h) Date: Wed, 19 Jun 2019 12:29:43 +0000 (-0400) Subject: Install RMR from deb at version 1.0.36 X-Git-Tag: 0.10.2~7 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=645933b839180d34106e4fe647c0a25a376f250e;p=ric-plt%2Fa1.git Install RMR from deb at version 1.0.36 No functional change from deb 1.0.34 Signed-off-by: Lott, Christopher (cl778h) Change-Id: I3a1dfb7256123d18b939cd0f202cd5b347132c6a --- diff --git a/Dockerfile b/Dockerfile index 9373cc2..c990787 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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