We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd961a commit d3cafbaCopy full SHA for d3cafba
Dockerfile
@@ -11,7 +11,8 @@ COPY --from=terraform /bin/terraform /bin/terraform
11
COPY . .
12
13
RUN apk update \
14
- && apk --no-cache add git openssh \
+ && apk upgrade \
15
+ && apk add --no-cache git openssh \
16
&& curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
17
&& chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \
18
&& mv ./kubectl /usr/local/bin/kubectl \
0 commit comments