From a71edd3ea5b77256879f9e7e7c03ce59b6f4de57 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Fri, 27 Jan 2023 17:14:32 -0800 Subject: [PATCH] CentOS images should include ping command --- alma/helpers/build.sh | 1 + centos-stream/helpers/build.sh | 1 + fedora/helpers/build.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/alma/helpers/build.sh b/alma/helpers/build.sh index 15d736e..5402c3c 100644 --- a/alma/helpers/build.sh +++ b/alma/helpers/build.sh @@ -9,6 +9,7 @@ dnf install -y --allowerasing \ binutils \ dialog \ diffutils \ + iputils \ openssh-server \ openssh-clients \ procps-ng \ diff --git a/centos-stream/helpers/build.sh b/centos-stream/helpers/build.sh index 038d3f0..4b8e7b6 100644 --- a/centos-stream/helpers/build.sh +++ b/centos-stream/helpers/build.sh @@ -9,6 +9,7 @@ dnf install -y --allowerasing \ binutils \ dialog \ diffutils \ + iputils \ openssh-server \ openssh-clients \ procps-ng \ diff --git a/fedora/helpers/build.sh b/fedora/helpers/build.sh index ff1fe84..5d7c0ba 100644 --- a/fedora/helpers/build.sh +++ b/fedora/helpers/build.sh @@ -9,6 +9,7 @@ dnf install -y --allowerasing \ binutils \ dialog \ diffutils \ + iputils \ openssh-server \ openssh-clients \ procps-ng \