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 \