diff --git a/Dockerfile b/Dockerfile index f8adbdf0..1f92e10c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY . . RUN apk update \ && apk upgrade \ - && apk add --no-cache git openssh \ + && apk add --no-cache git openssh curl\ && curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \ && chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \ && mv ./kubectl /usr/local/bin/kubectl \