Dockerfiles/rsync/Dockerfile

10 lines
160 B
Docker
Raw Normal View History

2019-12-27 08:57:28 +00:00
FROM alpine:3.10
MAINTAINER Newnius <newnius.cn@gmail.com>
RUN apk add --no-cache rsync
ADD bootstrap.sh /etc/bootstrap.sh
ENTRYPOINT ["/etc/bootstrap.sh"]