Added armhf dockerfile

This commit is contained in:
Thomas Boerger 2016-07-22 20:09:24 +02:00
parent c9ac50d723
commit 45cb346e9f
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 4 additions and 0 deletions

4
Dockerfile.armhf Normal file
View File

@ -0,0 +1,4 @@
FROM ???
ADD drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]