fix: connector error

This commit is contained in:
DDSRem 2023-10-13 21:14:43 +08:00
parent dceb7340dd
commit 418411b10d

View File

@ -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 \