Added missing ping utility to all Server, Proxy and Agent images

This commit is contained in:
Alexey Pustovalov 2025-05-30 16:47:30 +09:00
parent 407d0f3aec
commit 95d28c24e0
8 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
INSTALL_PKGS="bash \
tzdata \
iputils-ping \
ca-certificates \
libssl3t64 \
libcurl4t64 \

View File

@ -42,6 +42,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
INSTALL_PKGS="bash \
tzdata \
iputils-ping \
ca-certificates \
smartmontools \
sudo \

View File

@ -57,6 +57,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libssh \
file-libs \
fping \
iputils \
libxml2 \
mysql \
mysql-libs \

View File

@ -57,6 +57,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libssh \
file-libs \
fping \
iputils \
libxml2 \
mysql \
mysql-libs \

View File

@ -54,6 +54,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
traceroute \
nmap \
krb5-user \
iputils-ping \
ca-certificates \
fping \
openssl \

View File

@ -53,6 +53,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
krb5-workstation \
libssh \
fping \
iputils \
file-libs \
libxml2 \
net-snmp-libs \

View File

@ -54,6 +54,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
krb5-workstation \
libssh \
fping \
iputils \
file-libs \
libxml2 \
net-snmp-libs \

View File

@ -52,6 +52,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
traceroute \
nmap \
krb5-user \
iputils-ping \
ca-certificates \
fping \
openssl \