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 Dec 16, 2023
1 parent 5a5b4d9 commit 6d9975b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.19.0 as build
ARG CURL_VERSION=curl-8_5_0

WORKDIR /src
RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake libtool wolfssl nghttp2-dev nghttp2-static ngtcp2-dev nghttp3-dev zlib-dev zlib-static zstd-dev zstd-static brotli-dev brotli-static && \
RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake libtool wolfssl-dev nghttp2-dev nghttp2-static ngtcp2-dev nghttp3-dev zlib-dev zlib-static zstd-dev zstd-static brotli-dev brotli-static && \
git clone --recursive --branch "$CURL_VERSION" https://github.com/curl/curl /src && \
autoreconf -fi && \
./configure --with-wolfssl --with-nghttp2 --with-ngtcp2 --with-nghttp3 --enable-ech --enable-websockets --disable-shared --enable-static --disable-libcurl-option && \
Expand Down

0 comments on commit 6d9975b

Please sign in to comment.