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 \