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.
2 parents 8df3389 + a3075e9 commit 48ca24aCopy full SHA for 48ca24a
Dockerfile
@@ -15,9 +15,9 @@ RUN yum -y install git openssh jq which curl \
15
&& curl -sLO https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
16
&& chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \
17
&& mv ./kubectl /usr/local/bin/kubectl \
18
- && chmod g=u -R /etc/passwd /etc/group /viya4-iac-azure \
19
&& git config --system --add safe.directory /viya4-iac-azure \
20
- && terraform init
+ && terraform init \
+ && chmod g=u -R /etc/passwd /etc/group /viya4-iac-azure
21
22
ENV TF_VAR_iac_tooling=docker
23
ENTRYPOINT ["/viya4-iac-azure/docker-entrypoint.sh"]
0 commit comments