mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-23 09:21:56 +01:00
6 lines
85 B
Docker
6 lines
85 B
Docker
FROM drone/ca-certs
|
|
|
|
COPY release/linux/amd64/drone /bin/
|
|
|
|
ENTRYPOINT ["/bin/drone"]
|