FROM alpine:3.4 MAINTAINER Michael de Wit RUN apk add --no-cache ca-certificates bash openssh-client rsync COPY upload.sh /usr/local/ ENTRYPOINT ["/usr/local/upload.sh"]