This commit is contained in:
@ -74,8 +74,8 @@ RUN curl -LO https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz &&
|
||||
make install_sw && \
|
||||
cd / && rm -rf /tmp/openssl-${OPENSSL_VERSION} /tmp/openssl-${OPENSSL_VERSION}.tar.gz
|
||||
|
||||
# Build jsoncpp statically with musl - use latest stable version
|
||||
ARG JSONCPP_VERSION=1.9.6
|
||||
# Build jsoncpp statically with musl - use stable version known to work with Drogon
|
||||
ARG JSONCPP_VERSION=1.9.5
|
||||
WORKDIR /tmp
|
||||
RUN curl -LO https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/${JSONCPP_VERSION}.tar.gz && \
|
||||
tar xzf ${JSONCPP_VERSION}.tar.gz && \
|
||||
|
Reference in New Issue
Block a user