X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=70dcdcb05b65ecea5ce0620ec91c4964e7688e1a;hb=c1bf59bb71206de2be6e1303d1b75aa8ceaeabb2;hp=0b00518a6cded4aeabb69444716436e6595d2c27;hpb=c9a607db8f2dd0b745d30e55c95ef12af9a7bb54;p=ric-plt%2Frtmgr.git diff --git a/Dockerfile b/Dockerfile index 0b00518..70dcdcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as rtmgrbuild RUN apt update && apt install ca-certificates libgnutls30 -y # Install RMr shared library -ARG RMRVERSION=4.8.0 +ARG RMRVERSION=4.8.5 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/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/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb