add bash as container dependency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-12-22 14:06:16 +01:00
parent 7533f75f69
commit 2a42b78396
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ENV KUSTOMIZE_VERSION="${KUSTOMIZE_VERSION:-v4.1.2}"
# renovate: datasource=github-releases depName=yannh/kubeconform
ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.4.14}"
RUN apk --update add curl make tar git && \
RUN apk --update add curl tar bash && \
curl -SsfL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \
curl -SsfL -o /usr/local/bin/kubectl-convert "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl-convert" && \
curl -SsfL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \