Added Dockerfile for armhf builds
This commit is contained in:
parent
dcc0d86225
commit
2b0ed443b5
|
@ -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"]
|
Loading…
Reference in New Issue