mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +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"]
|