Skip to content

Commit

Permalink
fix missing cron for molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed May 8, 2024
1 parent b0825ba commit 1ff0384
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion molecule/default/Dockerfile-debian-bookworm.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

RUN apt-get update \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales cron \
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/Dockerfile-debian-bullseye.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

RUN apt-get update \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales cron \
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/Dockerfile-ubuntu-focal.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

RUN apt-get update \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales cron \
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/Dockerfile-ubuntu-jammy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

RUN apt-get update \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales \
&& apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt aptitude systemd systemd-sysv locales cron \
&& echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \
&& locale-gen en_US.UTF-8 \
&& apt-get clean \
Expand Down

0 comments on commit 1ff0384

Please sign in to comment.