From: Juha Hyttinen Date: Thu, 1 Oct 2020 06:50:27 +0000 (+0300) Subject: Newest RMR release 4.2.2 X-Git-Tag: v0.5.4^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0bf1651ac9fa039966a597f08c12fd307151c11a;p=ric-plt%2Fxapp-frame.git Newest RMR release 4.2.2 Change-Id: I4aedf47cff3e40c119218e9379da44aa9a76b0d8 Signed-off-by: Juha Hyttinen --- diff --git a/ci/Dockerfile b/ci/Dockerfile index 6e3d309..2189c99 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -35,7 +35,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.1.2 +ARG RMRVERSION=4.2.2 #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