X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=a3afffe1f39674eb80559e01306418169b771b2b;hb=ecb900c8fcd0cd96c3837a046dccde473d01a9ba;hp=d616d330e632c21dfa486755004d9bb6160c2595;hpb=20d87ede528b9c509fe1b0c51c6383b8d307c2c8;p=ric-plt%2Fa1.git diff --git a/Dockerfile b/Dockerfile index d616d33..a3afffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN pip install --user /home/a1user FROM python:3.8-alpine # 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/ # copy python modules; this makes the 2 stage python build work COPY --from=compile-image /home/a1user/.local /home/a1user/.local