Skip to content

Commit e39e4a6

Browse files
committed
Dockerfile updates
1 parent 3623e66 commit e39e4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /viya4-iac-azure
1010
COPY --from=terraform /bin/terraform /bin/terraform
1111
COPY . .
1212

13-
RUN yum -y install git openssh jq curl \
13+
RUN yum -y install git openssh jq which curl \
1414
&& yum clean all && rm -rf /var/cache/yum \
1515
&& curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
1616
&& chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \

0 commit comments

Comments
 (0)