From cc3d704f842fe986b23ceded1a17a1b51c8f2659 Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 24 Mar 2024 17:09:05 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f85acb5..e7057f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ @@ -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