mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2025-10-29 18:02:20 +00:00
Fixing building FMS container issue.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user