We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3623e66 commit e39e4a6Copy full SHA for e39e4a6
Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /viya4-iac-azure
10
COPY --from=terraform /bin/terraform /bin/terraform
11
COPY . .
12
13
-RUN yum -y install git openssh jq curl \
+RUN yum -y install git openssh jq which curl \
14
&& yum clean all && rm -rf /var/cache/yum \
15
&& curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
16
&& chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \
0 commit comments