Added missing ping utility to all Server, Proxy and Agent images
This commit is contained in:
parent
8bcb9dae7d
commit
3d2136bf20
@ -40,6 +40,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils-ping \
|
||||
ca-certificates \
|
||||
libssl3t64 \
|
||||
libcurl4t64 \
|
||||
|
||||
@ -40,6 +40,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils-ping \
|
||||
ca-certificates \
|
||||
smartmontools \
|
||||
sudo \
|
||||
|
||||
@ -50,6 +50,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libssh \
|
||||
file-libs \
|
||||
fping \
|
||||
iputils \
|
||||
libxml2 \
|
||||
mysql \
|
||||
mysql-libs \
|
||||
|
||||
@ -50,6 +50,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libssh \
|
||||
file-libs \
|
||||
fping \
|
||||
iputils \
|
||||
libxml2 \
|
||||
mysql \
|
||||
mysql-libs \
|
||||
|
||||
@ -47,6 +47,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
iputils-ping \
|
||||
ca-certificates \
|
||||
fping \
|
||||
openssl \
|
||||
|
||||
@ -47,6 +47,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
iputils \
|
||||
file-libs \
|
||||
libxml2 \
|
||||
net-snmp-libs \
|
||||
|
||||
@ -48,6 +48,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
krb5-workstation \
|
||||
libssh \
|
||||
fping \
|
||||
iputils \
|
||||
file-libs \
|
||||
libxml2 \
|
||||
net-snmp-libs \
|
||||
|
||||
@ -46,6 +46,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
traceroute \
|
||||
nmap \
|
||||
krb5-user \
|
||||
iputils-ping \
|
||||
ca-certificates \
|
||||
fping \
|
||||
openssl \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user