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