X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ci%2FDockerfile;h=f0c1c0bebdc84152cec5c08d3f1bc4c46710da65;hb=refs%2Ftags%2Fv0.9.19;hp=1a5bbdd665b09b7d99228b5a86f0b74a7b6304d1;hpb=d598befb5dc17414206c06a0c263d7922571ed95;p=ric-plt%2Fxapp-frame.git diff --git a/ci/Dockerfile b/ci/Dockerfile index 1a5bbdd..f0c1c0b 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.9.0 +ARG RMRVERSION=4.9.4 #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