X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile-Unit-Test;h=6a3b34878ddc89b1e995e2a9f04ad26c2e438745;hb=f55e4d8bf25ae7bf4424f374c8dc5753e8fb3fe5;hp=e19c08afb3c17658a77661b4fad07260725348c0;hpb=5b582d6c144615002b5108f1d5cf94f1b70e6029;p=ric-plt%2Fxapp-frame-py.git diff --git a/Dockerfile-Unit-Test b/Dockerfile-Unit-Test index e19c08a..6a3b348 100644 --- a/Dockerfile-Unit-Test +++ b/Dockerfile-Unit-Test @@ -20,8 +20,7 @@ FROM python:3.8-alpine RUN apk update && apk add gcc musl-dev # copy rmr .sos from the builder image -COPY --from=nexus3.o-ran-sc.org:10004/bldr-alpine3-go:1-rmr1.13.1 /usr/local/lib64/libnng.so /usr/local/lib64/libnng.so -COPY --from=nexus3.o-ran-sc.org:10004/bldr-alpine3-go:1-rmr1.13.1 /usr/local/lib64/librmr_nng.so /usr/local/lib64/librmr_nng.so +COPY --from=nexus3.o-ran-sc.org:10004/bldr-alpine3-go:5-a3.11-nng-rmr3 /usr/local/lib64/librmr_si.so /usr/local/lib64/librmr_si.so # Upgrade pip, install tox RUN pip install --upgrade pip && pip install tox