FROM alpine:latest RUN apk add --no-cache rsync RUN apk add --no-cache openssh COPY ./backup.sh ./ ENTRYPOINT ["./backup.sh"]