X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=b4e93e54d2ccf9ce1e31858ccc65696eb785373d;hb=refs%2Fchanges%2F02%2F5302%2F4;hp=7da30b64b560470cdca78bf7d0710cc900f8566f;hpb=5c9b8ea6569d3ba9319a3c4a9e1aadafce410714;p=ric-app%2Fhw.git diff --git a/Dockerfile b/Dockerfile index 7da30b6..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.2 +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