X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=43d4f36f9a922759654c43865c2144414a1f8852;hb=2fd2f4e9484d302877a6260b7211ad36269c6e50;hp=cf79e1751e648950008bb1a329c0f9387b9e44ed;hpb=36d6d9b1ad748c7e05d6192563727b74a208afd5;p=ric-plt%2Fa1.git diff --git a/Dockerfile b/Dockerfile index cf79e17..43d4f36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,8 @@ RUN pip install --user /home/a1user # 2nd stage 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.5 /usr/local/lib64/librmr* /usr/local/lib64/ +# copy rmr libraries from builder image in lieu of an Alpine package (10002 is the release portion of the repo) +COPY --from=nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-alpine3-rmr:4.4.6 /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