Also precreate /venv in /dev with modifiable permissions.

This commit is contained in:
Bill Nottingham 2020-05-14 15:33:21 -04:00
parent 1808bed2e8
commit 6924466c0b

View File

@ -198,6 +198,7 @@ RUN for dir in \
RUN chmod u+s /usr/bin/bwrap
{% if build_dev|bool %}
RUN for dir in \
/venv \
/var/lib/awx \
/var/lib/awx/projects \
/var/lib/awx/rsyslog \