'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 1h10m52s

This commit is contained in:
Your Name
2025-06-14 19:34:01 +12:00
parent eeb5d44b73
commit e4d0661d50
2 changed files with 2 additions and 12 deletions

View File

@ -85,9 +85,8 @@ RUN curl -LO https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz &&
ENV OPENSSL_ROOT_DIR=/usr/local \
OPENSSL_INCLUDE_DIR=/usr/local/include \
OPENSSL_CRYPTO_LIBRARY=/usr/local/lib/libcrypto.a \
OPENSSL_SSL_LIBRARY=/usr/local/lib/libssl.a \
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
OPENSSL_SSL_LIBRARY=/usr/local/lib/libssl.a
# Build jsoncpp statically with musl - use stable version known to work with Drogon
ARG JSONCPP_VERSION=1.9.5
WORKDIR /tmp