Skip to content

Commit

Permalink
update openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jun 8, 2023
1 parent 8cc16bc commit 8a3ddda
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 @@ -10,7 +10,7 @@ WORKDIR /src
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 && \
# Openssl
git clone --recursive https://github.com/quictls/openssl /src/openssl && \
git clone --recursive https://github.com/quictls/openssl --branch openssl-3.1.0+quic+locks /src/openssl && \
cd /src/openssl && \
/src/openssl/Configure && \
make -j "$(nproc)"
Expand Down

0 comments on commit 8a3ddda

Please sign in to comment.