Skip to content

Commit

Permalink
Fix python path
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys committed Oct 30, 2023
1 parent ce644a7 commit 1e91643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tealc-ee/context/Dockerfile
Original file line number Diff line number Diff line change
@@ -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=""
Expand Down
2 changes: 1 addition & 1 deletion tealc-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e91643

Please sign in to comment.