From 27a5188e4e77f4855443e8eabf8ddafc10fb6fc2 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 15 Apr 2025 06:52:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile.lite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.lite | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.lite b/Dockerfile.lite index eb441a92..cafdac3d 100644 --- a/Dockerfile.lite +++ b/Dockerfile.lite @@ -38,7 +38,6 @@ RUN apt-get update -y \ then ln -s /usr/lib/aarch64-linux-musl/libc.so /lib/libc.musl-aarch64.so.1; \ fi \ && curl https://rclone.org/install.sh | bash \ - && curl --insecure -fsSL https://raw.githubusercontent.com/DDS-Derek/Aria2-Pro-Core/master/aria2-install.sh | bash \ && apt-get autoremove -y \ && apt-get clean -y \ && rm -rf \