drone-rsync-ssh/Dockerfile

6 lines
109 B
Docker
Raw Permalink Normal View History

2018-06-04 00:44:18 +00:00
FROM alpine:3.7
COPY drone-ssh-keys.sh /usr/bin/drone-ssh-keys
RUN apk add --no-cache openssh-client rsync