stephb9959
2023-01-26 21:38:42 -08:00
parent 9235bf7b73
commit df2f5bb21b

View File

@@ -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