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 86a28f8dd6
commit 6a6478a65d
8 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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