mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'add-gpg-for-helm-provenance' into 'master'
Add gpg package for helm provenance checks See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/753 Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by: Jason Plum <jplum@gitlab.com> Co-authored-by: Andrew Patterson <apatterson@gitlab.com>
This commit is contained in:
commit
140d539615
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