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 fe36219 commit 80acbeb
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 80acbeb

Please sign in to comment.