X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=90eac736f84a19dd36e94ca8b1ba39313ae4a620;hb=refs%2Ftags%2F0.5.8;hp=ad981f7924231ec29e4297f9ef2670f80ef653d2;hpb=bff605acf6e749b334c4dc737ca90fbad21a1618;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index ad981f7..90eac73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,9 +57,9 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.4.4 -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 RMRVERSION=4.4.6 +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 @@ -198,7 +198,7 @@ RUN test -z "$(gofmt -l pkg/teststube2ap/*.go)" ########################################################### # ########################################################### -FROM ubuntu:18.04 as submgr +FROM ubuntu:18.04 RUN apt update && apt install -y iputils-ping net-tools curl tcpdump