1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-04-28 04:45:13 +02:00
drone-cli/Dockerfile
2018-02-20 14:16:06 -05:00

6 lines
85 B
Docker

FROM drone/ca-certs
COPY release/linux/amd64/drone /bin/
ENTRYPOINT ["/bin/drone"]