X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2FDockerfile;h=87a8dcec173bce84462add653b842dd118689784;hb=45f7e9d341e76b5ba2ece11a7bc30ed30333c636;hp=1087b47da2a89328b4641cbd25ed0ddced088196;hpb=40caa314d23122f0bd25c0e66b65d10303538164;p=ric-plt%2Fa1.git diff --git a/integration_tests/Dockerfile b/integration_tests/Dockerfile index 1087b47..87a8dce 100644 --- a/integration_tests/Dockerfile +++ b/integration_tests/Dockerfile @@ -16,8 +16,8 @@ # ================================================================================== # install a well known working rmr FROM python:3.7-alpine -RUN apk update && apk add autoconf automake build-base cmake libtool ninja pkgconfig git -RUN git clone --branch 1.3.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ +RUN apk update && apk add autoconf automake build-base cmake libtool ninja pkgconfig git +RUN git clone --branch 1.10.1 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir build \ && cd build \ @@ -34,7 +34,7 @@ COPY receiver.py / # Install RMr python bindings RUN pip install --upgrade pip -RUN pip install rmr==0.10.8 +RUN pip install rmr==1.0.0 # rmr setups RUN mkdir -p /opt/route/