fix: Add nmap to Dockerfile dependencies

This commit is contained in:
wangruidong
2025-08-25 16:06:32 +08:00
committed by Bryan
parent 6832abdaad
commit 3b0ef4cca7

View File

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