mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-24 14:55:21 +02:00
Added nmap and traceroute utilities to server / proxy images
This commit is contained in:
@@ -37,6 +37,8 @@ RUN set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
fping \
|
||||
traceroute \
|
||||
nmap \
|
||||
tzdata \
|
||||
iputils \
|
||||
libcurl \
|
||||
|
@@ -37,6 +37,8 @@ RUN set -eux && \
|
||||
REPOLIST="baseos,appstream,epel" && \
|
||||
INSTALL_PKGS="fping \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
file-libs \
|
||||
tzdata \
|
||||
iputils \
|
||||
|
@@ -38,6 +38,8 @@ RUN set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
fping \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
file-libs \
|
||||
tzdata \
|
||||
iputils \
|
||||
|
@@ -55,6 +55,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/database/mysql/create_server.sq
|
||||
RUN set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
fping \
|
||||
shadow-utils \
|
||||
tzdata \
|
||||
|
@@ -37,6 +37,8 @@ RUN set -eux && \
|
||||
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
iputils-ping \
|
||||
|
Reference in New Issue
Block a user