mirror of
https://github.com/drone/drone-cli.git
synced 2025-07-10 22:24:18 +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"]
|
|
|