mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-17 08:21:34 +01:00
7 lines
85 B
Docker
7 lines
85 B
Docker
FROM drone/ca-certs
|
|
|
|
ADD release/linux/arm64/drone /bin/
|
|
|
|
ENTRYPOINT ["/bin/drone"]
|
|
|