mirror of https://github.com/jumpserver/jumpserver
chore: 添加 vim
parent
f65146cd45
commit
3bef582500
|
@ -39,6 +39,7 @@ ARG TOOLS=" \
|
|||
sshpass \
|
||||
telnet \
|
||||
unzip \
|
||||
vim \
|
||||
wget"
|
||||
|
||||
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
||||
|
|
|
@ -39,6 +39,7 @@ ARG TOOLS=" \
|
|||
sshpass \
|
||||
telnet \
|
||||
unzip \
|
||||
vim \
|
||||
wget"
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \
|
||||
|
|
Loading…
Reference in New Issue