X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;fp=ci%2FDockerfile;h=f0c1c0bebdc84152cec5c08d3f1bc4c46710da65;hb=c9256bf084db47d412f24974ffab8ddb47bd09d7;hp=1a5bbdd665b09b7d99228b5a86f0b74a7b6304d1;hpb=766cec8651a649d67509d1cf069c89d0443efec8;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