X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=90eac736f84a19dd36e94ca8b1ba39313ae4a620;hb=d739112bfc8cc0719959368a9dbdb42e1d188c12;hp=7e396b40ab03d2e25f57085ef260342a7512a948;hpb=2f26fb2885e2afda0c2908acbdf923ca63a1fbc6;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 7e396b4..90eac73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,8 +58,8 @@ RUN export GOBIN=/usr/local/bin/ ; \ # RMR # ARG RMRVERSION=4.4.6 -ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb -ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb +ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb +ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb RUN wget --content-disposition ${RMRDEVURL} && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb RUN rm -f rmr_${RMRVERSION}_amd64.deb rmr-dev_${RMRVERSION}_amd64.deb