Skip to content

Commit 48ca24a

Browse files
authored
Merge pull request #414 from sassoftware/pr-pskd-903
fix: (PSKD-903) permissions set in dockerfile
2 parents 8df3389 + a3075e9 commit 48ca24a

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)