mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-14 02:38:37 +02:00
Added nmap and traceroute utilities to server / proxy images
This commit is contained in:
@ -35,6 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/conf/zabbix_proxy.conf", "/etc/
|
||||
RUN set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
fping \
|
||||
iputils \
|
||||
libcurl \
|
||||
|
@ -36,6 +36,8 @@ RUN set -eux && \
|
||||
REPOLIST="baseos,appstream,epel" && \
|
||||
INSTALL_PKGS="libevent \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -36,6 +36,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol8.repo", "/etc/yum.repos.d/oracle-epel
|
||||
RUN set -eux && \
|
||||
INSTALL_PKGS="libevent \
|
||||
tini \
|
||||
traceroute \
|
||||
nmap \
|
||||
libssh \
|
||||
fping \
|
||||
file-libs \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user