Skip to content

Commit

Permalink
Update Dockerfile
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 ec1d121 commit 218ccb0
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 no-ssl3 no-ssl3-method linux-"$(uname -m)" && \
/src/openssl/Configure linux-"$(uname -m)" no-ssl3 no-ssl3-method && \
make -j "$(nproc)"
# modsecurity
RUN git clone --recursive https://github.com/SpiderLabs/ModSecurity /src/ModSecurity && \
Expand Down

0 comments on commit 218ccb0

Please sign in to comment.