X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;h=dbb5401aef3ea3cf81548383b5e7912faed453c5;hb=0e3bc64f93a316e49bbdeb047e7592840207231d;hp=074b44a7caf96edbe1b467415af4734eca88b94a;hpb=7cec82d95d4b9d18c42b103eb14d39f94fcd0776;p=ric-plt%2Fa1.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index 074b44a..dbb5401 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -17,7 +17,7 @@ # 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.9.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ +RUN git clone --branch 1.10.2 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir build \ && cd build \ @@ -44,4 +44,4 @@ COPY setup.py tox.ini /tmp/ WORKDIR /tmp # Run the unit tests -RUN tox +RUN tox -e py37,flake8