1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 09:21:56 +01:00
drone-cli/Dockerfile.linux.arm

6 lines
83 B
Docker
Raw Permalink Normal View History

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