add rclone:arem

This commit is contained in:
2019-07-31 19:17:06 +08:00
parent 732ee6b5be
commit 1f55dd1f28
8 changed files with 70 additions and 0 deletions

12
rclone/amd64/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM debian:9-slim
MAINTAINER Newnius <newnius.cn@gmail.com>
RUN apt-get update && apt-get install curl unzip man-db -y && \
curl https://rclone.org/install.sh | bash && \
rm -rf /var/lib/apt/lists/*
ADD bootstrap.sh /etc/bootstrap.sh
ADD sync.sh /etc/sync.sh
CMD ["/etc/bootstrap.sh"]