Skip to content

Commit ff61f01

Browse files
committed
fix: install ansible-galaxy requirements
1 parent 3de4e50 commit ff61f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ RUN <<EOF
1515
EOF
1616

1717
# Install ansible dependencies
18-
COPY overlay /
18+
COPY overlay/ /
1919
RUN <<EOF
2020
set -eux
2121
pip install -r /opt/buildpack/requirements.txt
22-
ansible-galaxy collection install -r /opt/buildpack/requirements.yml
22+
ansible-galaxy collection install -r /opt/buildpack/requirements.yaml
2323
EOF
2424

2525
# Create app directory

0 commit comments

Comments
 (0)