1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-11 18:16:03 +02:00
drone-cli/Dockerfile.arm64
2018-02-20 14:12:09 -05:00

7 lines
85 B
Docker

FROM drone/ca-certs
ADD release/linux/arm64/drone /bin/
ENTRYPOINT ["/bin/drone"]