mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-26 06:07:05 +01:00
7 lines
88 B
Docker
7 lines
88 B
Docker
|
FROM drone/ca-certs
|
||
|
|
||
|
COPY release/linux/ppc64le/drone /bin/
|
||
|
|
||
|
ENTRYPOINT ["/bin/drone"]
|
||
|
|