Fixing building FMS container issue.

This commit is contained in:
stephb9959
2022-04-18 13:49:01 -07:00
parent 25b841915f
commit b1a480fa6e

View File

@@ -92,6 +92,7 @@ WORKDIR /owfms
RUN mkdir cmake-build
WORKDIR /owfms/cmake-build
RUN cmake .. \
-Dcrypto_LIBRARY=ON \
-Dcrypto_INCLUDE_DIR=/usr/local/include \
-Dcrypto_SHARED_LIBRARY=/usr/lib
RUN cmake --build . --config Release -j8