mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-12 21:38:19 +02:00
Added ping and traceroute to Appliances
This commit is contained in:
parent
4d1f9b850b
commit
bf65f07135
@ -145,6 +145,8 @@ RUN groupadd --system zabbix && \
|
||||
http://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && \
|
||||
yum ${YUM_FLAGS_PERSISTENT} install epel-release && \
|
||||
yum ${YUM_FLAGS_PERSISTENT} install \
|
||||
iputils \
|
||||
traceroute \
|
||||
curl \
|
||||
OpenIPMI-libs \
|
||||
dejavu-sans-fonts \
|
||||
|
@ -160,6 +160,8 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
|
||||
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
|
||||
apt-get ${APT_FLAGS_COMMON} update && \
|
||||
apt-get ${APT_FLAGS_PERSISTENT} install \
|
||||
iputils-ping \
|
||||
traceroute \
|
||||
curl \
|
||||
fping \
|
||||
libcurl4 \
|
||||
|
Loading…
Reference in New Issue
Block a user