Skip to content

Commit fddff57

Browse files
authored
Update Dockerfile
Signed-off-by: Zoey <[email protected]>
1 parent 55bb583 commit fddff57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG NGTCP2_VERSION=v1.10.0
88

99
RUN apk upgrade --no-cache -a && \
1010
apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool linux-headers \
11-
nghttp2-dev nghttp2-static zlib-dev zlib-static libpsl-dev libpsl-static && \
11+
nghttp2-dev nghttp2-static zlib-dev zlib-static && \
1212
\
1313
git clone --recursive --branch "$WS_VERSION" https://github.com/wolfSSL/wolfssl /src/wolfssl && \
1414
cd /src/wolfssl && \
@@ -35,7 +35,7 @@ RUN apk upgrade --no-cache -a && \
3535
cd /src/curl && \
3636
sed -i "s|-DEV||g" /src/curl/include/curl/curlver.h && \
3737
autoreconf -fi && \
38-
/src/curl/configure LDFLAGS="-static" PKG_CONFIG="pkg-config --static" --with-wolfssl --with-nghttp2 --with-ngtcp2 --with-nghttp3 --disable-ech --enable-websockets --disable-shared --enable-static --disable-libcurl-option && \
38+
/src/curl/configure LDFLAGS="-static" PKG_CONFIG="pkg-config --static" --without-libpsl --with-wolfssl --with-nghttp2 --with-ngtcp2 --with-nghttp3 --disable-ech --enable-websockets --disable-shared --enable-static --disable-libcurl-option && \
3939
make -j "$(nproc)" LDFLAGS="-static -all-static" && \
4040
strip -s /src/curl/src/curl
4141

0 commit comments

Comments
 (0)