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 && \ RUN set -eux && \
INSTALL_PKGS="bash \ INSTALL_PKGS="bash \
tini \ tini \
traceroute \
nmap \ nmap \
iputils \ iputils \
libcurl \ libcurl \

View File

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

View File

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

View File

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