X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=71a6e2fdcd74bed1395353028b212d66eb823d3d;hb=4c4c711f5e000b78ebb51ca9a6f5d1dee25b068e;hp=cdfc8eb56ba7cc6dd9c48a92a4d9c2e59c49bd44;hpb=4245ff97f2bcbdb1bc013f01618d3eded9167f32;p=ric-plt%2Frtmgr.git diff --git a/Dockerfile b/Dockerfile index cdfc8eb..71a6e2f 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.9.0 +ARG RMRVERSION=4.9.1 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