X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmodel%2FDockerfile;fp=src%2Fmodel%2FDockerfile;h=f574c300e490ff50f6a1790ba8fdce711c9536a3;hb=c56c9df65a380977ab547057840453f54420b4b9;hp=9b275c406bfa5eba9e8eaf020ab380b0db400c81;hpb=57176d36fd7a85d598685b552451b2f516322d1e;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/src/model/Dockerfile b/src/model/Dockerfile index 9b275c4..f574c30 100644 --- a/src/model/Dockerfile +++ b/src/model/Dockerfile @@ -12,5 +12,5 @@ RUN git clone https://github.com/Microsoft/cpprestsdk.git casablanca && \ ninja && \ ninja install RUN git clone https://github.com/nlohmann/json.git && cd json && cmake . && make install -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 . ./