crontab
Schedule cron jobs to run on a time interval for the current user. More information: <https://crontab.guru/>.
RUN apt-get update && \
apt-get install -y bcron
RUN apt-get update && \
apt-get install -y bcron
RUN pacman -S --noconfirm cronie
RUN apt-get update && \
apt-get install -y systemd-cron
RUN yum install -y cronie
RUN dnf install -y cronie
RUN apt-get update && \
apt-get install -y interchange