X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2FDockerfile;h=87a8dcec173bce84462add653b842dd118689784;hb=45f7e9d341e76b5ba2ece11a7bc30ed30333c636;hp=19aae4a4149163321b9b0774b596ff27412209ef;hpb=148e2699cf55e5619d181c2e46e1f672456a4422;p=ric-plt%2Fa1.git diff --git a/integration_tests/Dockerfile b/integration_tests/Dockerfile index 19aae4a..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.8.1 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/