ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
132 stars 158 forks source link

Add requirements.txt to Containerfile #105

Closed cstisa closed 1 year ago

cstisa commented 2 years ago

Originally I was trying to install JMESPath by adding the following value to the _build/bindep.txt file: python3-jmespath [platform:rpm] But it didn't work, JMESPath was still not recognized in my playbook. I solved the issue by installing JMESPath via pip instead of rpm. This pull request allows to use the requirements.txt file to define Python packages to include during the build of the Docker image.

relrod commented 1 year ago

Thanks for the patch. I'm going to close this out as this was done as part of the change in #129.