fix: Add nmap to Dockerfile dependencies

pull/15804/merge
wangruidong 2025-08-25 16:06:32 +08:00 committed by Bryan
parent 6832abdaad
commit 3b0ef4cca7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ ARG TOOLS=" \
default-libmysqlclient-dev \
openssh-client \
sshpass \
nmap \
bubblewrap"
ARG APT_MIRROR=http://deb.debian.org