Skip to content

Commit

Permalink
Merge pull request #29 from rayfordj/dockerfile-include-licenses-dir
Browse files Browse the repository at this point in the history
COPY /licenses to image
  • Loading branch information
rayfordj authored Oct 21, 2024
2 parents 8e3cbbe + fcd0c80 commit 9fc74f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM quay.io/openshift/origin-cli:4.18 as cli

FROM quay.io/ansible/ansible-runner:stable-2.12-latest
COPY --from=cli /usr/bin/oc /usr/bin/oc
COPY /licenses /licenses
RUN pip3 install kubernetes openshift
RUN ansible-galaxy collection install kubernetes.core
RUN chmod 777 /home/runner/.ansible && chmod 777 /home/runner/.ansible/tmp
Expand Down

0 comments on commit 9fc74f3

Please sign in to comment.