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 \
ca-certificates \
golang \
lftp \
openssh-client \
rclone \
wget \
&& \
rm -rf /var/lib/apt/lists/*