drone-rsync-ssh/Dockerfile
2018-06-07 14:44:53 +00:00

6 lines
109 B
Docker

FROM alpine:3.7
COPY drone-ssh-keys.sh /usr/bin/drone-ssh-keys
RUN apk add --no-cache openssh-client rsync