mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
12 lines
197 B
Docker
12 lines
197 B
Docker
|
#
|
||
|
# 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"]
|