X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=f8fd194ffca5bcc827b65ad87f9c634e4230b51c;hb=126ce868f3688e0f859ab2ba4823d6d662fe568a;hp=8042a97803a0a50e2028ed2b6ded019a14c3098a;hpb=fc1f59a2ca281b71c9e448c331dfd402034cc02e;p=ric-plt%2Frtmgr.git diff --git a/Dockerfile b/Dockerfile index 8042a97..f8fd194 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:5-u18.04-nng as rtmgrbuild # Install RMr shared library -ARG RMRVERSION=3.6.2 +ARG RMRVERSION=3.6.5 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