mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
update isolated task execution for ansible-runner
This commit is contained in:
committed by
chris meyers
parent
8fb65b40de
commit
602ef9750f
@@ -63,9 +63,6 @@ index aa8b304..eb05f91 100644
|
||||
+ virtualenv $(VENV_BASE)/my-custom-env
|
||||
+ $(VENV_BASE)/my-custom-env/bin/pip install python-memcached psutil
|
||||
+
|
||||
requirements_isolated:
|
||||
if [ ! -d "$(VENV_BASE)/awx" ]; then \
|
||||
virtualenv --system-site-packages $(VENV_BASE)/awx && \
|
||||
diff --git a/installer/image_build/templates/Dockerfile.j2 b/installer/image_build/templates/Dockerfile.j2
|
||||
index d69e2c9..a08bae5 100644
|
||||
--- a/installer/image_build/templates/Dockerfile.j2
|
||||
|
||||
Reference in New Issue
Block a user