X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=9ee05772e5ec4a5b9cf275012d26562fc5074863;hb=c56c9df65a380977ab547057840453f54420b4b9;hp=e43a5780cbf926e0a51edb8d4249139dacf851eb;hpb=57176d36fd7a85d598685b552451b2f516322d1e;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/Dockerfile b/Dockerfile index e43a578..9ee0577 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.1 # if package cloud is actually working, this is preferred # @@ -107,7 +107,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/