Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tooler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG KUBESEAL_VERSION=v0.15.0
# ENV BASE_URL="https://storage.googleapis.com/kubernetes-helm"
ENV BASE_URL="https://get.helm.sh"
ENV TAR_FILE="helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz"
RUN apk add --update --no-cache curl ca-certificates tar bash git gnupg && \
RUN apk add --update --no-cache curl ca-certificates tar bash git gnupg aws-cli && \
curl -sL ${BASE_URL}/${TAR_FILE} | tar -xvz && \
mv linux-${TARGETARCH}/helm /usr/bin/helm && \
chmod +x /usr/bin/helm && \
Expand Down