mirror of https://github.com/jumpserver/jumpserver
fix: Add nmap to Dockerfile dependencies
parent
6832abdaad
commit
3b0ef4cca7
|
@ -33,6 +33,7 @@ ARG TOOLS=" \
|
|||
default-libmysqlclient-dev \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
nmap \
|
||||
bubblewrap"
|
||||
|
||||
ARG APT_MIRROR=http://deb.debian.org
|
||||
|
|
Loading…
Reference in New Issue