diff --git a/Dockerfile b/Dockerfile index 5e2ca7e08..e887e74a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ RUN xx-go build -trimpath -a -o kustomize-controller main.go FROM alpine:3.16 -RUN apk add --no-cache ca-certificates tini git openssh-client gnupg +RUN apk add --no-cache ca-certificates tini git openssh-client && \ + apk add --no-cache gnupg --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main COPY --from=builder /workspace/kustomize-controller /usr/local/bin/