mirror of https://github.com/jumpserver/jumpserver
perf: 修改nmap位置
parent
ecca64ef42
commit
f588a112fb
|
@ -30,7 +30,6 @@ ARG TOOLS=" \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
unzip \
|
unzip \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
nmap \
|
|
||||||
wget"
|
wget"
|
||||||
|
|
||||||
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
||||||
|
@ -92,6 +91,7 @@ ARG TOOLS=" \
|
||||||
telnet \
|
telnet \
|
||||||
unzip \
|
unzip \
|
||||||
vim \
|
vim \
|
||||||
|
nmap \
|
||||||
wget"
|
wget"
|
||||||
|
|
||||||
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
ARG APT_MIRROR=http://mirrors.ustc.edu.cn
|
||||||
|
|
Loading…
Reference in New Issue