feat: replace lftp with rclone

This commit is contained in:
2026-07-10 22:21:24 +02:00
parent ffce332e84
commit dff2f06016
+1 -1
View File
@@ -8,8 +8,8 @@ RUN apt-get update -qq && \
git \ git \
ca-certificates \ ca-certificates \
golang \ golang \
lftp \
openssh-client \ openssh-client \
rclone \
wget \ wget \
&& \ && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*