From 418411b10d2d38c6f4c43d8218aaa6d27932d946 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Fri, 13 Oct 2023 21:14:43 +0800 Subject: [PATCH] fix: connector error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f7a4bef..7ef9c171 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,12 +33,12 @@ RUN apt-get update -y \ haproxy \ 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" ]; \ then ln -s /usr/lib/aarch64-linux-musl/libc.so /lib/libc.musl-aarch64.so.1; \ fi \ + && curl https://rclone.org/install.sh | bash \ && apt-get autoremove -y \ && apt-get clean -y \ && rm -rf \