Define message-summary dict keys as constants
[ric-plt/xapp-frame-py.git] / examples / Dockerfile-Ping
index acb32b8..66e3f0a 100644 (file)
@@ -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