Skip to content

Commit

Permalink
fix: permissions set in dockerfile (PSKD-903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Illiano committed Nov 18, 2024
1 parent e81a72e commit d710317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN yum -y install git openssh jq which curl \
&& curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
&& chmod 755 ./kubectl /viya4-iac-azure/docker-entrypoint.sh \
&& mv ./kubectl /usr/local/bin/kubectl \
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-azure \
&& git config --system --add safe.directory /viya4-iac-azure \
&& terraform init
&& terraform init \
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-azure

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

0 comments on commit d710317

Please sign in to comment.