Skip to content

Commit a3075e9

Browse files
author
Vincent Illiano
committed
fix: permissions set in dockerfile (PSKD-903)
Signed-off-by: Vincent Illiano <[email protected]>
1 parent 8df3389 commit a3075e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ RUN yum -y install git openssh jq which curl \
1515
&& curl -sLO https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
1616
&& chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \
1717
&& mv ./kubectl /usr/local/bin/kubectl \
18-
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-azure \
1918
&& git config --system --add safe.directory /viya4-iac-azure \
20-
&& terraform init
19+
&& terraform init \
20+
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-azure
2121

2222
ENV TF_VAR_iac_tooling=docker
2323
ENTRYPOINT ["/viya4-iac-azure/docker-entrypoint.sh"]

0 commit comments

Comments
 (0)