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