mirror of
https://github.com/drone/drone-cli.git
synced 2026-09-01 06:48:24 +02:00
7 lines
88 B
Docker
7 lines
88 B
Docker
FROM drone/ca-certs
|
|
|
|
COPY release/linux/ppc64le/drone /bin/
|
|
|
|
ENTRYPOINT ["/bin/drone"]
|
|
|