1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:27 +02:00

12 lines
197 B
Docker
Raw Normal View History

2017-10-02 16:01:47 +08:00
#
# Dockerfile for drone-ssh-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ca-certificates openssh-client
ADD drone-ssh /bin
ENTRYPOINT ["drone-ssh"]