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