From 1a056af8597e056a9a0969aa825c06bfd46ce861 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Wed, 25 Jan 2023 12:38:18 -0800 Subject: [PATCH] Add some missing packages to all images. --- centos-stream/helpers/build.sh | 3 +++ debian/helpers/build.sh | 1 + devuan/helpers/build.sh | 2 ++ fedora/helpers/build.sh | 3 +++ ubuntu/helpers/build.sh | 1 + void/helpers/build.sh | 1 + 6 files changed, 11 insertions(+) mode change 100644 => 100755 devuan/helpers/build.sh diff --git a/centos-stream/helpers/build.sh b/centos-stream/helpers/build.sh index 14763d5..038d3f0 100644 --- a/centos-stream/helpers/build.sh +++ b/centos-stream/helpers/build.sh @@ -8,8 +8,11 @@ dnf install -y --allowerasing \ vim \ binutils \ dialog \ + diffutils \ openssh-server \ openssh-clients \ + procps-ng \ + rsyslog \ sudo \ curl \ less \ diff --git a/debian/helpers/build.sh b/debian/helpers/build.sh index b8fbbe4..5c1b239 100644 --- a/debian/helpers/build.sh +++ b/debian/helpers/build.sh @@ -20,6 +20,7 @@ apt-get install -yq \ joe \ man-db \ net-tools \ + rsyslog \ iputils-ping apt-get -qq clean rm -rf /var/lib/apt/lists/* diff --git a/devuan/helpers/build.sh b/devuan/helpers/build.sh old mode 100644 new mode 100755 index 21f1a80..c10e0a3 --- a/devuan/helpers/build.sh +++ b/devuan/helpers/build.sh @@ -9,6 +9,7 @@ apt-get install -yq \ vim \ binutils \ cron \ + dialog \ openssh-server \ sudo \ iproute2 \ @@ -18,6 +19,7 @@ apt-get install -yq \ joe \ man-db \ net-tools \ + rsyslog \ iputils-ping # Remove the elogind session manager - this will cause the alternative # consolekit to be installed automatically diff --git a/fedora/helpers/build.sh b/fedora/helpers/build.sh index e68732f..ff1fe84 100644 --- a/fedora/helpers/build.sh +++ b/fedora/helpers/build.sh @@ -8,8 +8,11 @@ dnf install -y --allowerasing \ vim \ binutils \ dialog \ + diffutils \ openssh-server \ openssh-clients \ + procps-ng \ + rsyslog \ sudo \ curl \ less \ diff --git a/ubuntu/helpers/build.sh b/ubuntu/helpers/build.sh index 8525b80..8df7683 100644 --- a/ubuntu/helpers/build.sh +++ b/ubuntu/helpers/build.sh @@ -24,6 +24,7 @@ apt-get install -yq \ iputils-ping \ locales \ rsync \ + rsyslog \ tzdata apt-get -qq clean rm -rf /var/lib/apt/lists/* diff --git a/void/helpers/build.sh b/void/helpers/build.sh index 37c9079..836ad96 100755 --- a/void/helpers/build.sh +++ b/void/helpers/build.sh @@ -29,6 +29,7 @@ xbps-install -ySu \ vpm vsv \ ncurses-base \ openssh joe vim \ + rsyslog \ jq xbps-alternatives -g vi -s vim-common