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 committed Mar 24, 2024
1 parent 4ae0eac commit cc3d704
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG WS_VERSION=v5.7.0-stable
ARG NGH3_VERSION=v1.2.0
ARG NGTCP2_VERSION=v1.4.0

RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \
nghttp2-dev nghttp2-static zlib-dev zlib-static && \
\
git clone --recursive --branch "$WS_VERSION" https://github.com/wolfSSL/wolfssl /src/wolfssl && \
Expand Down Expand Up @@ -39,7 +40,8 @@ RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake co

FROM alpine:3.19.1
COPY --from=build /src/curl/src/curl /usr/local/bin/curl
RUN apk add --no-cache ca-certificates tzdata && \
RUN apk upgrade --no-cache -a && \
apk add --no-cache ca-certificates tzdata && \
curl -V && \
curl --compressed --http3-only -sIL https://quic.nginx.org && \
mkdir -vp /host
Expand Down

0 comments on commit cc3d704

Please sign in to comment.