2019-02-28 15:45:11 +01:00

5 lines
142 B
Docker

FROM alpine
RUN apk update && apk add ca-certificates openssh-client sshpass rsync gzip && rm -r /var/cache/
ADD mark2web /
CMD ["/mark2web"]