Skip to content

Commit

Permalink
Fix a bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
aabaris committed Sep 5, 2024
1 parent 8e7dd78 commit df609d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --from=builder /srv/docker-ansible /srv/docker-ansible

COPY lint.sh /srv/docker-ansible/env/bin/lint.sh

RUN /srv/docker-ansible/env/bin/ansible-galaxy install -r /srv/ansible/galaxy-requirements.yaml
RUN /srv/docker-ansible/env/bin/ansible-galaxy install -r /srv/docker-ansible/galaxy-requirements.yaml

ENTRYPOINT []

Expand Down

0 comments on commit df609d8

Please sign in to comment.