diff --git a/Dockerfile b/Dockerfile index 8cda1683..ec7a6e7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ ARG TARGETARCH RUN apk --no-cache --update add \ build-base \ gcc \ + curl \ unzip COPY . .