X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ci%2FDockerfile;h=32aa18e3db21d179cc430d3a3f953256e87670e5;hb=refs%2Ftags%2Fv0.9.16;hp=71aaed31c11ea2844f8ea7239c8fdd5760cee188;hpb=bb554448a2eb866606db0fea7a1d689005569ff4;p=ric-plt%2Fxapp-frame.git diff --git a/ci/Dockerfile b/ci/Dockerfile index 71aaed3..32aa18e 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -37,7 +37,7 @@ RUN apt-get update -y \ RUN curl -s https://packagecloud.io/install/repositories/o-ran-sc/master/script.deb.sh | bash # RMR -ARG RMRVERSION=4.2.2 +ARG RMRVERSION=4.9.0 #RUN apt-get install -y rmr=${RMRVERSION} rmr-dev=${RMRVERSION} 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 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