Skip to content
Snippets Groups Projects
Commit 17a7b196 authored by Sören Henning's avatar Sören Henning
Browse files

Remove curl again

parent 17123a8a
Branches
Tags
1 merge request!214Test Helm chart in CI pipeline
......@@ -4,7 +4,7 @@ FROM docker:${DOCKER_VERSION}
ARG KUBECTL_VERSION=v1.21.3
RUN apk add -U wget curl bash openssl
RUN apk add -U wget bash openssl
# install kubectl
RUN wget -q -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
chmod +x /usr/local/bin/kubectl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment