diff --git a/Dockerfile b/Dockerfile index 9c9220a..2d67410 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,6 @@ FROM scratch ARG VERSION ARG DATE COPY --from=build /dest / -RUN apk add --no-cache ca-certificates +RUN apk add --no-cache ca-certificates curl CMD ["/bin/sh"] LABEL version.alpine=$VERSION build.date=$DATE