1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 01:11:57 +01:00
drone-cli/Dockerfile

6 lines
84 B
Docker
Raw Normal View History

2017-09-13 00:28:13 +02:00
FROM drone/ca-certs
ADD release/linux/amd64/drone /bin/
ENTRYPOINT ["/bin/drone"]