Added armhf dockerfile

This commit is contained in:
Thomas Boerger 2016-07-31 19:12:58 +02:00
parent 3a4e772b40
commit afad33ff8a
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 10 additions and 0 deletions

10
Dockerfile.armhf Normal file
View File

@ -0,0 +1,10 @@
FROM armhfbuild/alpine:3.4
RUN apk update && \
apk add \
ca-certificates \
mailcap && \
rm -rf /var/cache/apk/*
ADD drone-s3-sync /bin/
ENTRYPOINT ["/bin/drone-s3-sync"]