Added Dockerfile for armhf builds

This commit is contained in:
Thomas Boerger 2016-07-11 19:46:34 +02:00
parent dcc0d86225
commit 2b0ed443b5

10
Dockerfile.armhf Normal file
View File

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