1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-11 01:56:03 +02:00
drone-cli/Dockerfile

6 lines
85 B
Docker
Raw Normal View History

2017-09-13 00:28:13 +02:00
FROM drone/ca-certs
2018-02-20 20:16:06 +01:00
COPY release/linux/amd64/drone /bin/
2017-09-13 00:28:13 +02:00
ENTRYPOINT ["/bin/drone"]