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

6 lines
82 B
Docker
Raw Normal View History

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