From dceb7340ddf794e9959fa62722c91e769fb600c2 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Fri, 13 Oct 2023 21:07:13 +0800 Subject: [PATCH] fix: rclone version is too low --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74c8f8a6..9f7a4bef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,9 @@ RUN apt-get update -y \ dumb-init \ jq \ haproxy \ - rclone \ + fuse3 \ && \ + && curl https://rclone.org/install.sh | bash \ if [ "$(uname -m)" = "x86_64" ]; \ then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \ elif [ "$(uname -m)" = "aarch64" ]; \