mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-23 01:11:57 +01:00
7 lines
86 B
Docker
7 lines
86 B
Docker
FROM drone/ca-certs
|
|
|
|
COPY release/linux/arm64/drone /bin/
|
|
|
|
ENTRYPOINT ["/bin/drone"]
|
|
|