Skip to content

Commit

Permalink
Merge pull request #136 from sassoftware/pr-pskd-903
Browse files Browse the repository at this point in the history
fix: permissions set in dockerfile (PSKD-903)
  • Loading branch information
illianov authored Nov 19, 2024
2 parents fe36219 + 80acbeb commit 64bab88
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 @@ -43,8 +43,8 @@ RUN pip install -r ./requirements.txt --no-cache-dir \
&& ansible-galaxy install -r ./requirements.yaml \
&& chmod 755 /viya4-iac-k8s/docker-entrypoint.sh /viya4-iac-k8s/oss-k8s.sh \
&& terraform init \
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-k8s \
&& git config --system --add safe.directory /viya4-iac-k8s
&& git config --system --add safe.directory /viya4-iac-k8s \
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-k8s

ENV IAC_TOOLING=docker
ENV TF_VAR_iac_tooling=docker
Expand Down

0 comments on commit 64bab88

Please sign in to comment.