mirror of https://github.com/jumpserver/jumpserver
perf: Dockerfile中安装nmap工具
parent
56a657827a
commit
ecca64ef42
|
@ -30,6 +30,7 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue