Added ping and traceroute to Appliances

This commit is contained in:
root 2019-05-20 18:09:47 +03:00
parent 4d1f9b850b
commit bf65f07135
2 changed files with 4 additions and 0 deletions

View File

@ -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 && \ 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 epel-release && \
yum ${YUM_FLAGS_PERSISTENT} install \ yum ${YUM_FLAGS_PERSISTENT} install \
iputils \
traceroute \
curl \ curl \
OpenIPMI-libs \ OpenIPMI-libs \
dejavu-sans-fonts \ dejavu-sans-fonts \

View File

@ -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 && \ 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_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTENT} install \ apt-get ${APT_FLAGS_PERSISTENT} install \
iputils-ping \
traceroute \
curl \ curl \
fping \ fping \
libcurl4 \ libcurl4 \