mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-18 15:57:29 +02:00
Added missing ping utility to all Server, Proxy and Agent images
This commit is contained in:
parent
407d0f3aec
commit
95d28c24e0
@ -42,6 +42,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
|||||||
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
|
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
iputils-ping \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
libssl3t64 \
|
libssl3t64 \
|
||||||
libcurl4t64 \
|
libcurl4t64 \
|
||||||
|
@ -42,6 +42,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
|||||||
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
|
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
|
||||||
INSTALL_PKGS="bash \
|
INSTALL_PKGS="bash \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
iputils-ping \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
smartmontools \
|
smartmontools \
|
||||||
sudo \
|
sudo \
|
||||||
|
@ -57,6 +57,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
libssh \
|
libssh \
|
||||||
file-libs \
|
file-libs \
|
||||||
fping \
|
fping \
|
||||||
|
iputils \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
mysql \
|
mysql \
|
||||||
mysql-libs \
|
mysql-libs \
|
||||||
|
@ -57,6 +57,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
libssh \
|
libssh \
|
||||||
file-libs \
|
file-libs \
|
||||||
fping \
|
fping \
|
||||||
|
iputils \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
mysql \
|
mysql \
|
||||||
mysql-libs \
|
mysql-libs \
|
||||||
|
@ -54,6 +54,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
|||||||
traceroute \
|
traceroute \
|
||||||
nmap \
|
nmap \
|
||||||
krb5-user \
|
krb5-user \
|
||||||
|
iputils-ping \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
fping \
|
fping \
|
||||||
openssl \
|
openssl \
|
||||||
|
@ -53,6 +53,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
krb5-workstation \
|
krb5-workstation \
|
||||||
libssh \
|
libssh \
|
||||||
fping \
|
fping \
|
||||||
|
iputils \
|
||||||
file-libs \
|
file-libs \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
net-snmp-libs \
|
net-snmp-libs \
|
||||||
|
@ -54,6 +54,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
krb5-workstation \
|
krb5-workstation \
|
||||||
libssh \
|
libssh \
|
||||||
fping \
|
fping \
|
||||||
|
iputils \
|
||||||
file-libs \
|
file-libs \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
net-snmp-libs \
|
net-snmp-libs \
|
||||||
|
@ -52,6 +52,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
|||||||
traceroute \
|
traceroute \
|
||||||
nmap \
|
nmap \
|
||||||
krb5-user \
|
krb5-user \
|
||||||
|
iputils-ping \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
fping \
|
fping \
|
||||||
openssl \
|
openssl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user