Skip to content

Commit

Permalink
Update execution-environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Igou authored Oct 30, 2023
1 parent 9b4c2b5 commit af99c27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion execution-environments/igou-awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ images:
name: quay.io/ansible/awx-ee:latest
dependencies:
galaxy: ../../requirements.yml
python: |
boto3
botocore
additional_build_steps:
prepend_final: |
RUN curl -L -o /usr/local/bin/kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.1.1/kustomize_v5.1.1_linux_amd64.tar.gz && \
tar xzf /usr/local/bin/kustomize -C /usr/local/bin/ && \
chmod +x /usr/local/bin/kustomize
chmod +x /usr/local/bin/kustomize

0 comments on commit af99c27

Please sign in to comment.