diff --git a/tealc-ee/context/Dockerfile b/tealc-ee/context/Dockerfile index 53ef471d..16fc8d03 100644 --- a/tealc-ee/context/Dockerfile +++ b/tealc-ee/context/Dockerfile @@ -1,5 +1,5 @@ ARG EE_BASE_IMAGE="quay.io/ansible/awx-ee:latest" -ARG PYCMD="/usr/local/lib/python3.10" +ARG PYCMD="/usr/bin/python3.10" ARG PKGMGR_PRESERVE_CACHE="" ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS="" ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS="" diff --git a/tealc-ee/execution-environment.yml b/tealc-ee/execution-environment.yml index 449339d7..eb259447 100644 --- a/tealc-ee/execution-environment.yml +++ b/tealc-ee/execution-environment.yml @@ -15,7 +15,7 @@ dependencies: - python-openstackclient - awscli python_interpreter: - python_path: "/usr/local/lib/python3.10" + python_path: "/usr/bin/python3.10" images: base_image: