diff --git a/Dockerfile b/Dockerfile index e781c8d..29ecb98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,8 +50,8 @@ WORKDIR /valijson RUN mkdir cmake-build WORKDIR cmake-build RUN cmake .. -RUN make -RUN make install +RUN cmake --build . --config Release -j8 +RUN cmake --build . --target install FROM build-base AS owprov-build