Added nmap and traceroute utilities to server / proxy images

This commit is contained in:
Alexey Pustovalov 2022-07-22 15:24:58 +03:00
parent 9c7a92ebb4
commit ab360b825c
4 changed files with 0 additions and 4 deletions

View File

@ -36,7 +36,6 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/database/mysql/create_proxy.sql
RUN set -eux && \
INSTALL_PKGS="bash \
tini \
traceroute \
nmap \
iputils \
libcurl \

View File

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

View File

@ -37,7 +37,6 @@ RUN set -eux && \
INSTALL_PKGS="bash \
tini \
fping \
traceroute \
nmap \
tzdata \
iputils \

View File

@ -37,7 +37,6 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/database/postgresql/timescaledb
RUN set -eux && \
INSTALL_PKGS="bash \
tini \
traceroute \
nmap \
fping \
tzdata \