Skip to content

Commit

Permalink
Merge pull request #217 from sassoftware/staging
Browse files Browse the repository at this point in the history
4.12.1 - April 28, 2022
  • Loading branch information
riragh authored Apr 28, 2022
2 parents 8e3482b + 171bceb commit 30be06f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ ENV HOME=/viya4-deployment
RUN pip install -r ./requirements.txt \
&& ansible-galaxy install -r ./requirements.yaml \
&& chmod -R g=u /etc/passwd /etc/group /viya4-deployment/ \
&& chmod 755 /viya4-deployment/docker-entrypoint.sh
&& chmod 755 /viya4-deployment/docker-entrypoint.sh \
&& git config --system --add safe.directory /viya4-deployment

ENV PLAYBOOK=playbook.yaml
ENV VIYA4_DEPLOYMENT_TOOLING=docker
Expand Down

0 comments on commit 30be06f

Please sign in to comment.