X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=2b5652986df9757de2fc7c1e1917ace1e21fabbe;hb=b44e154b594321194f6930c2b8f8b4296ae73029;hp=8fc5855e6d85fe059338593deedc64b5087d8749;hpb=8b663678b683be4f695bb47509b8cbbc2ec6da30;p=ric-plt%2Fa1.git diff --git a/Dockerfile b/Dockerfile index 8fc5855..2b56529 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN pip install --user /home/a1user # things built in the first stage, the final image size isn't tiny, but should # be well under the 800GiB start for the python image. # -FROM ubuntu:18.04 +FROM ubuntu:20.04 # pick up reference to python so that we can get 3.8 and not the really old default @@ -74,7 +74,7 @@ RUN apt-get update \ # fetch and install RMR and any other needed libraries # -ARG RMR_VER=4.7.4 +ARG RMR_VER=4.8.0 ARG RMR_PKG_URL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/ RUN wget -nv --content-disposition ${RMR_PKG_URL}/rmr_${RMR_VER}_amd64.deb/download.deb