Add gpg package for helm provenance checks

This commit is contained in:
Andrew Patterson 2023-12-01 08:22:03 +00:00 committed by Balasankar 'Balu' C
parent 0f7c52489d
commit 4cac7fcd22

View file

@ -13,7 +13,7 @@ ENV VCLUSTER_VERSION=0.16.3
ENV VCLUSTER_URL=https://github.com/loft-sh/vcluster/releases/download/v${VCLUSTER_VERSION}/vcluster-linux-amd64
# Install dependencies
RUN apk --no-cache add -U openssl curl tar gzip bash ca-certificates git python3 py3-pip groff\
RUN apk --no-cache add -U openssl curl tar gzip bash ca-certificates git python3 py3-pip groff gpg gpg-agent\
&& mkdir -p /opt
# Install kubectl