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

6 lines
83 B
Docker

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