1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/drone-ssh-arm/Dockerfile

12 lines
197 B
Docker
Raw Normal View History

2017-10-02 10:01:47 +02: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"]