1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-26 14:13:47 +01:00
drone-cli/Dockerfile.linux.ppc64le

7 lines
88 B
Docker
Raw Permalink Normal View History

FROM drone/ca-certs
COPY release/linux/ppc64le/drone /bin/
ENTRYPOINT ["/bin/drone"]