mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add gpg package for helm provenance checks
This commit is contained in:
parent
0f7c52489d
commit
4cac7fcd22
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue