FROM alpine:3.10 MAINTAINER Newnius RUN apk add --no-cache rsync ADD bootstrap.sh /etc/bootstrap.sh ENTRYPOINT ["/etc/bootstrap.sh"]