Skip to content

Commit a3815ad

Browse files
authoredNov 6, 2024
Update Dockerfile
Signed-off-by: Zoey <zoey@z0ey.de>
1 parent 2b36b47 commit a3815ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN apk upgrade --no-cache -a && \
3333
\
3434
git clone --recursive --branch "$CURL_VERSION" https://github.com/curl/curl /src/curl && \
3535
cd /src/curl && \
36+
sed -i "s|-DEV||g" /src/curl/include/curl/curlver.h && \
3637
autoreconf -fi && \
3738
/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 && \
3839
make -j "$(nproc)" LDFLAGS="-static -all-static" && \

0 commit comments

Comments
 (0)