From 6924466c0bbac2c52b17e1e9cf0f7d9ee161bff6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 14 May 2020 15:33:21 -0400 Subject: [PATCH] Also precreate /venv in /dev with modifiable permissions. --- installer/roles/image_build/templates/Dockerfile.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index a5807267e7..ba25f20549 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -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 \