add apache2-utils - htpasswd
Some checks failed
/ build-docker-image (push) Has been cancelled

This commit is contained in:
Márcio Fernandes
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 \ mtr \
netcat-openbsd \ netcat-openbsd \
nmap \ nmap \
apache2-utils \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*