X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=a0939351ff163bdaa40cf1778194e74532e8a86d;hb=refs%2Fchanges%2F43%2F5243%2F1;hp=602e05677871e67ac7a077d3e2cd35d88c245f92;hpb=3c08a12f3171b0a260dd5602bcd88dadf50d4462;p=ric-plt%2Frtmgr.git diff --git a/Dockerfile b/Dockerfile index 602e056..a093935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ FROM nexus3.o-ran-sc.org:10004/o-ran-sc/bldr-ubuntu18-c-go:9-u18.04 as rtmgrbuild # Install RMr shared library -ARG RMRVERSION=4.4.4 +ARG RMRVERSION=4.4.6 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb # Install RMr development header files RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb