1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/drone-ssh-arm/Dockerfile

12 lines
197 B
Docker
Raw Normal View History

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