diff --git a/Dockerfile b/Dockerfile index d32a9c7..8fed1d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,9 @@ WORKDIR cmake-build RUN cmake .. -DBUILD_ONLY="sns;s3" \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_FLAGS="-Wno-error=stringop-overflow -Wno-error=uninitialized" \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLibCrypto_INCLUDE_DIR=/usr/include \ + -DLibCrypto_LIBRARY=/usr/lib64/libcrypto.so \ -DAUTORUN_UNIT_TESTS=OFF RUN cmake --build . --config Release -j8 RUN cmake --build . --target install