mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 18:36:44 +00:00
add rsync
This commit is contained in:
9
rsync/Dockerfile
Normal file
9
rsync/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user