drone-rsync-ssh/Dockerfile

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