From: E. Scott Daniels Date: Tue, 19 May 2020 19:55:10 +0000 (-0400) Subject: Update RMR version in Dockerfile X-Git-Tag: 1.0.0~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=58a5d7cf4cb4cca5a6551ef5bf8d005e6321b881;p=ric-app%2Fhw.git Update RMR version in Dockerfile In preparation for building an image for the HW application the dockerfile now references the current RMR version (4.0.5). Issue-ID: RICAPP-106 Signed-off-by: E. Scott Daniels Change-Id: I7173d5e8bf2ec79e2b61848c590b5e31916b6dd6 --- diff --git a/Dockerfile b/Dockerfile index 7da30b6..ec84730 100755 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN dpkg -i mdclog_${MDC_VER}_amd64.deb RUN dpkg -i mdclog-dev_${MDC_VER}_amd64.deb # Install RMr using debian package hosted at packagecloud.io -ARG RMR_VER=4.0.2 +ARG RMR_VER=4.0.5 RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMR_VER}_amd64.deb/download.deb RUN dpkg -i rmr_${RMR_VER}_amd64.deb