add rsync

This commit is contained in:
2019-12-27 16:57:28 +08:00
parent 931c0486a7
commit d9dc56d632
3 changed files with 65 additions and 0 deletions

9
rsync/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
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"]