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 6ae4e8adf5
commit 5d12e86b76
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 && \ 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 \

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 && \ 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 \

View File

@ -56,6 +56,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 \

View File

@ -56,6 +56,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 \

View File

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

View File

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

View File

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

View File

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