X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=bc7b63eb992c3064683fd39cb8f3ee82abedf82a;hb=4969fbc78a618839cd44308049c112b8e61e1eca;hp=9ee05772e5ec4a5b9cf275012d26562fc5074863;hpb=9bd073513e61d0ae75df6b2ccf668e1f240a5e0f;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/Dockerfile b/Dockerfile index 9ee0577..bc7b63e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ARG SRC=. WORKDIR /playpen # Install RMr (runtime and dev) from debian package cached on packagecloud.io -ARG RMR_VER=4.9.1 +ARG RMR_VER=4.9.4 # if package cloud is actually working, this is preferred # @@ -90,6 +90,7 @@ git g++ wget meson libcurl4-openssl-dev libssl-dev pkg-config ninja-build #building and installing pistache RUN git clone https://github.com/pistacheio/pistache.git RUN cd pistache && \ + git checkout 363629b8804177a1e743cecfb880eed552922729 && \ meson setup build \ --buildtype=release \ -DPISTACHE_USE_SSL=true \