1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-20 09:51:34 +01:00
drone-cli/Dockerfile.linux.ppc64le

7 lines
88 B
Docker
Raw Normal View History

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