X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=b4e93e54d2ccf9ce1e31858ccc65696eb785373d;hb=45fd367ac77630d26f33af1df726c2a34745d58d;hp=ec84730d251307dc6508fc84cfbc8dc9f12b1de1;hpb=858eb3785ad300196cf677143a6759f857344702;p=ric-app%2Fhw.git diff --git a/Dockerfile b/Dockerfile index ec84730..b4e93e5 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.5 +ARG RMR_VER=4.4.6 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