mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
Added Dockerfile for armhf builds
This commit is contained in:
parent
dcc0d86225
commit
2b0ed443b5
10
Dockerfile.armhf
Normal file
10
Dockerfile.armhf
Normal 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"]
|
Loading…
Reference in New Issue
Block a user