X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FDockerfile-Ping;fp=examples%2FDockerfile-Ping;h=52ed2fb93ca5cbb319b64d2de80cb3020bc04095;hb=3423ff5371c7232d6a9911c13e6eae66a5982619;hp=eac90a99c1faf4b5a4a3504ed0c09cade41d6b45;hpb=c227468c8157a3fc56f32f2a164db742fd47e6f8;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/Dockerfile-Ping b/examples/Dockerfile-Ping index eac90a9..52ed2fb 100644 --- a/examples/Dockerfile-Ping +++ b/examples/Dockerfile-Ping @@ -19,8 +19,7 @@ FROM python:3.8-alpine # RMR setup RUN mkdir -p /opt/route/ COPY test_route.rt /opt/route/test_route.rt -COPY --from=nexus3.o-ran-sc.org:10004/bldr-alpine3-go:2-rmr1.13.1 /usr/local/lib64/libnng.so /usr/local/lib64/libnng.so -COPY --from=nexus3.o-ran-sc.org:10004/bldr-alpine3-go:2-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:3-rmr-si95-nng-3.6.1 /usr/local/lib64/librmr_si.so /usr/local/lib64/librmr_si.so ENV LD_LIBRARY_PATH /usr/local/lib/:/usr/local/lib64 ENV RMR_SEED_RT /opt/route/test_route.rt @@ -28,7 +27,7 @@ ENV RMR_SEED_RT /opt/route/test_route.rt RUN apk update && apk add gcc musl-dev bash # Install -RUN pip install ricxappframe==0.5.0 +RUN pip install ricxappframe==0.6.0 COPY ping_xapp.py . # Run