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