FROM alpine RUN apk add --update bash jq openssh-client rsync && rm -rf /var/cache/apk/* ADD rsync.sh /rsync.sh ENTRYPOINT [ '/rsync.sh' ]