add rsync,openssh-client,sshpass,lftp
This commit is contained in:
@ -17,6 +17,11 @@ RUN apk update && apk add --no-cache \
|
||||
wget \
|
||||
ca-certificates \
|
||||
openssl \
|
||||
# 文件传输工具
|
||||
rsync \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
lftp \
|
||||
# 压缩/解压工具
|
||||
tar \
|
||||
gzip \
|
||||
|
||||
Reference in New Issue
Block a user