Merge pull request #84 from Telecominfraproject/WIFI-12225

https://telecominfraproject.atlassian.net/browse/WIFI-12225
This commit is contained in:
Stephane Bourque
2023-01-26 21:39:38 -08:00
committed by GitHub

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