diff --git a/Dockerfile b/Dockerfile index fae26c67..f184a4c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,7 @@ ENV KUBECTL_VERSION=v1.20.4 \ RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util \ && apk add --update openssl curl jq parallel \ - && apk add --no-cache bash git openssh py-pip skopeo \ + && apk add --no-cache bash git openssh-client-common=9.1_p1-r2 openssh=9.1_p1-r2 py-pip skopeo \ && git config --global user.email "lagoon@lagoon.io" && git config --global user.name lagoon \ && pip install shyaml yq \ && curl -Lo /usr/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \