Skip to content

Commit

Permalink
build ossl without ssl3
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jun 14, 2023
1 parent a9b26cf commit ec1d121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache ca-certificates build-base patch cmake git perl libtool a
# Openssl
RUN git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.0+quic+locks /src/openssl
RUN cd /src/openssl && \
/src/openssl/Configure && \
/src/openssl/Configure no-ssl3 no-ssl3-method linux-"$(uname -m)" && \
make -j "$(nproc)"
# modsecurity
RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecurity && \
Expand Down

0 comments on commit ec1d121

Please sign in to comment.