X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;h=afbd61a426c5151b82225f753ee32a34da7ed32e;hb=327e01cb25524a380f1f1a75e7cbcc9fd81f4972;hp=a9ea22a33d7509707a5ed3a9397ba4ebe4ed6345;hpb=fe30c1726c397b1ee100cd3d3795758e7d21b6bf;p=ric-plt%2Fa1.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index a9ea22a..afbd61a 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -23,12 +23,12 @@ RUN apk update && apk add gcc musl-dev make file libffi-dev RUN pip install --upgrade pip && pip install tox gevent # copy rmr libraries from builder image in lieu of an Alpine package -COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.0.2 /usr/local/lib64/librmr* /usr/local/lib64/ +COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.0.5 /usr/local/lib64/librmr* /usr/local/lib64/ # copies +COPY setup.py tox.ini /tmp/ COPY a1/ /tmp/a1 COPY tests/ /tmp/tests -COPY setup.py tox.ini /tmp/ WORKDIR /tmp # Run the unit tests but skip doc