diff --git a/Dockerfile b/Dockerfile index 0fbb244..f5d32bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian AS curl # Install build dependencies -RUN apt update && apt install libssl-dev make g++ curl +RUN apt update && apt install libssl-dev make g++ curl -y # Download curl source from https://curl.se/download/ RUN curl -o curl.tgz https://curl.se/download/curl-8.5.0.tar.gz