1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-25 00:06:02 +02:00
drone-cli/Dockerfile.arm64

7 lines
85 B
Docker
Raw Normal View History

2018-02-20 20:12:09 +01:00
FROM drone/ca-certs
ADD release/linux/arm64/drone /bin/
ENTRYPOINT ["/bin/drone"]