Skip to content

Commit

Permalink
Merge pull request #35 from TritonDataCenter/centos_pkgs
Browse files Browse the repository at this point in the history
Add some missing packages across all images
  • Loading branch information
oetiker authored Jan 27, 2023
2 parents d59f837 + 1a056af commit a34511d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions centos-stream/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ dnf install -y --allowerasing \
vim \
binutils \
dialog \
diffutils \
openssh-server \
openssh-clients \
procps-ng \
rsyslog \
sudo \
curl \
less \
Expand Down
1 change: 1 addition & 0 deletions debian/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down
2 changes: 2 additions & 0 deletions devuan/helpers/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apt-get install -yq \
vim \
binutils \
cron \
dialog \
openssh-server \
sudo \
iproute2 \
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions fedora/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ dnf install -y --allowerasing \
vim \
binutils \
dialog \
diffutils \
openssh-server \
openssh-clients \
procps-ng \
rsyslog \
sudo \
curl \
less \
Expand Down
1 change: 1 addition & 0 deletions ubuntu/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ apt-get install -yq \
iputils-ping \
locales \
rsync \
rsyslog \
tzdata
apt-get -qq clean
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions void/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ xbps-install -ySu \
vpm vsv \
ncurses-base \
openssh joe vim \
rsyslog \
jq

xbps-alternatives -g vi -s vim-common
Expand Down

0 comments on commit a34511d

Please sign in to comment.