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 c1166c2 commit a9b26cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ARG NGINX_VER=1.25.1
WORKDIR /src
# Requirements
RUN apk add --no-cache ca-certificates build-base patch cmake git perl libtool autoconf automake \
libatomic_ops-dev zlib-dev luajit-dev pcre-dev linux-headers yajl-dev libxml2-dev lua5.1-dev && \
libatomic_ops-dev zlib-dev luajit-dev pcre-dev linux-headers yajl-dev libxml2-dev lua5.1-dev
# Openssl
git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.0+quic+locks /src/openssl && \
cd /src/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 && \
make -j "$(nproc)"
# modsecurity
Expand Down

0 comments on commit a9b26cf

Please sign in to comment.