Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Mar 25, 2024
1 parent cc3d704 commit d380dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN apk upgrade --no-cache -a && \
make -j "$(nproc)" && \
make -j "$(nproc)" install && \
\
mkdir /src/curl && \
wget "https://curl.se/download/curl-$CURL_VERSION.tar.gz" -O - | tar xz -C /src/curl --strip-components=1 && \
wget "https://curl.se/download/curl-$CURL_VERSION.tar.gz" -O - | tar xz -C /src && \
mv -v /src/curl-"$CURL_VERSION" /src/curl && \
cd /src/curl && \
autoreconf -fi && \
/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 && \
Expand Down

0 comments on commit d380dcf

Please sign in to comment.