add rsync,openssh-client,sshpass,lftp

This commit is contained in:
Timi
2026-01-24 09:45:39 +08:00
parent 1339f3e62c
commit dd183f75d6

View File

@ -17,6 +17,11 @@ RUN apk update && apk add --no-cache \
wget \
ca-certificates \
openssl \
# 文件传输工具
rsync \
openssh-client \
sshpass \
lftp \
# 压缩/解压工具
tar \
gzip \