We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b36b47 commit a3815adCopy full SHA for a3815ad
Dockerfile
@@ -33,6 +33,7 @@ RUN apk upgrade --no-cache -a && \
33
\
34
git clone --recursive --branch "$CURL_VERSION" https://github.com/curl/curl /src/curl && \
35
cd /src/curl && \
36
+ sed -i "s|-DEV||g" /src/curl/include/curl/curlver.h && \
37
autoreconf -fi && \
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
make -j "$(nproc)" LDFLAGS="-static -all-static" && \
0 commit comments