Skip to content

Commit

Permalink
fix: permissions set in dockerfile (PSKD-903)
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Illiano <[email protected]>
  • Loading branch information
Vincent Illiano committed Nov 19, 2024
1 parent 8df3389 commit a3075e9
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://dl.k8s.io/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 a3075e9

Please sign in to comment.