Skip to content

Commit

Permalink
Merge pull request omniosorg#25 from citrus-it/cron
Browse files Browse the repository at this point in the history
Install cron package by default, add devuan chimaera
  • Loading branch information
oetiker authored Jan 27, 2022
2 parents d68e340 + e4dc782 commit a5b4882
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
strategy:
matrix:
RELEASE:
- chimaera
- beowulf

name: Build Devuan ${{ matrix.RELEASE }}
Expand Down
1 change: 1 addition & 0 deletions centos/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -ex
echo Installing Centos $CENTOS_RELEASE
dnf update -y
dnf install -y \
cronie \
systemd-sysv \
vim \
binutils \
Expand Down
1 change: 1 addition & 0 deletions debian/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apt-get install -yq \
systemd-sysv \
vim \
binutils \
cron \
dialog \
openssh-server \
sudo \
Expand Down
2 changes: 1 addition & 1 deletion devuan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DEVUAN_RELEASE
FROM lpenz/devuan-${DEVUAN_RELEASE}-amd64:latest
FROM dyne/devuan:${DEVUAN_RELEASE}
ARG DEVUAN_RELEASE
ENV DEVUAN_RELEASE ${DEVUAN_RELEASE}
COPY helpers /helpers
Expand Down
1 change: 1 addition & 0 deletions devuan/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apt-get install -yq apt-utils
apt-get install -yq \
vim \
binutils \
cron \
openssh-server \
sudo \
iproute2 \
Expand Down
1 change: 1 addition & 0 deletions ubuntu/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apt-get install -yq \
systemd-sysv \
vim \
binutils \
cron \
dialog \
openssh-server \
sudo \
Expand Down

0 comments on commit a5b4882

Please sign in to comment.