add apache2-utils - htpasswd
All checks were successful
/ build-docker-image (push) Successful in 15s

This commit is contained in:
2026-03-07 20:15:33 +00:00
parent f33afbe8b9
commit efb43f86e4

View File

@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
mtr \
netcat-openbsd \
nmap \
apache2-utils \
&& rm -rf /var/lib/apt/lists/*