Added nmap and traceroute utilities to server / proxy images

This commit is contained in:
Alexey Pustovalov
2022-07-20 17:37:00 +03:00
parent b3e82e3995
commit bd4938844e
19 changed files with 38 additions and 0 deletions

View File

@ -36,6 +36,8 @@ RUN set -eux && \
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
INSTALL_PKGS="bash \
tini \
traceroute \
nmap \
ca-certificates \
fping \
libcurl4 \