From 2f7eecc782f47189e9c879a733a686fa35a1c148 Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 17 Dec 2023 16:29:27 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2ac6b2f..ccd7b30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,6 +39,7 @@ RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake co FROM alpine:3.19.0 COPY --from=build /src/curl/src/curl /usr/local/bin/curl RUN apk add --no-cache ca-certificates tzdata && \ + curl -V && \ curl --compressed --http3-only -sIL https://quic.nginx.org && \ mkdir -vp /host