Skip to content

Commit

Permalink
feat: (IAC-1221) fixing docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Nov 27, 2023
1 parent 37a59a0 commit bc409bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bc409bd

Please sign in to comment.