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 ea74f7bb72
commit 27ae669014
19 changed files with 38 additions and 0 deletions

View File

@ -54,6 +54,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/conf/zabbix_proxy.conf", "/etc/
RUN set -eux && \
INSTALL_PKGS="bash \
tini \
traceroute \
nmap \
shadow-utils \
fping \
iputils \