X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Dockerfile;h=bc7b63eb992c3064683fd39cb8f3ee82abedf82a;hb=refs%2Fchanges%2F88%2F12288%2F1;hp=e43a5780cbf926e0a51edb8d4249139dacf851eb;hpb=e64778dac480d66d93449efd3e9767cea4f980f9;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/Dockerfile b/Dockerfile index e43a578..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.8.5 +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 \ @@ -107,7 +108,7 @@ RUN cp /usr/local/lib/x86_64-linux-gnu/pkgconfig/libpistache.pc /usr/local/lib/p RUN git clone https://github.com/nlohmann/json.git && cd json && cmake . && make install #install json-schema-validator -RUN git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator &&mkdir build &&cd build && cmake .. && make install +RUN git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator && git checkout cae6fad80001510077a7f40e68477a31ec443add &&mkdir build &&cd build && cmake .. && make install #copy the content as git repo inside the container. #COPY ${SRC}/CMakeLists.txt /playpen/factory/