Skip to content

Commit

Permalink
add libpsl
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Jan 31, 2024
1 parent 8d7e005 commit 2838bd8
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 @@ -6,7 +6,7 @@ ARG NGH3_VERSION=v1.1.0
ARG NGTCP2_VERSION=v1.2.0

RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \
nghttp2-dev nghttp2-static zlib-dev zlib-static && \
nghttp2-dev nghttp2-static zlib-dev zlib-static libpsl-dev libpsl-static && \
\
git clone --recursive --branch "$WS_VERSION" https://github.com/wolfSSL/wolfssl /src/wolfssl && \
cd /src/wolfssl && \
Expand Down

0 comments on commit 2838bd8

Please sign in to comment.