File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG NGTCP2_VERSION=v1.10.0
8
8
9
9
RUN apk upgrade --no-cache -a && \
10
10
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 && \
12
12
\
13
13
git clone --recursive --branch "$WS_VERSION" https://github.com/wolfSSL/wolfssl /src/wolfssl && \
14
14
cd /src/wolfssl && \
@@ -35,7 +35,7 @@ RUN apk upgrade --no-cache -a && \
35
35
cd /src/curl && \
36
36
sed -i "s|-DEV||g" /src/curl/include/curl/curlver.h && \
37
37
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 && \
39
39
make -j "$(nproc)" LDFLAGS="-static -all-static" && \
40
40
strip -s /src/curl/src/curl
41
41
You can’t perform that action at this time.
0 commit comments