Skip to content

Commit

Permalink
fix: install ansible-galaxy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wastrachan committed Jan 30, 2024
1 parent 3de4e50 commit ff61f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ RUN <<EOF
EOF

# Install ansible dependencies
COPY overlay /
COPY overlay/ /
RUN <<EOF
set -eux
pip install -r /opt/buildpack/requirements.txt
ansible-galaxy collection install -r /opt/buildpack/requirements.yml
ansible-galaxy collection install -r /opt/buildpack/requirements.yaml
EOF

# Create app directory
Expand Down

0 comments on commit ff61f01

Please sign in to comment.