X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=0c36b039c9ddf240fab46a7fda586759e38ce4dc;hb=2f1a30e5c8ccb3b710a5f43a767371cd2617c686;hp=6c0f5da736541b306638f7b7ab0dc4b79d07e100;hpb=d32d423cf3f454bbc3557ba2ee703b875a6e4a81;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 6c0f5da..0c36b03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrin WORKDIR /tmp -ARG RMRVERSION=1.13.1 +ARG RMRVERSION=3.2.0 # Install RMr shared library 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