X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2FDockerfile-Ping;fp=examples%2FDockerfile-Ping;h=66e3f0ad802ebd69af2d0eba22892c5a0d64eba8;hb=61270901cda095afdd3ce147bf0dfd628c84cf99;hp=acb32b8f73ec18ed94ec1e90b9524e1dd5312df0;hpb=666e8319bd0e618576be79a14208d7eaf0de99f2;p=ric-plt%2Fxapp-frame-py.git diff --git a/examples/Dockerfile-Ping b/examples/Dockerfile-Ping index acb32b8..66e3f0a 100644 --- a/examples/Dockerfile-Ping +++ b/examples/Dockerfile-Ping @@ -28,7 +28,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.6.0 +RUN pip install ricxappframe COPY ping_xapp.py . # Run