diff --git a/Dockerfile b/Dockerfile index bc967a5..c5f03bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.22 -RUN apk add --no-cache ca-certificates cosign jq +RUN apk add --no-cache ca-certificates cosign COPY entrypoint.sh /entrypoint.sh