anacron

cron-like program that doesn't go by time

Debian Debian
RUN apt-get update && \ apt-get install -y anacron
Ubuntu
RUN apt-get update && \ apt-get install -y anacron
Arch Arch Linux
RUN pacman -S --noconfirm anacron
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y anacron
CentOS
RUN yum install -y anacron
Fedora
RUN dnf install -y anacron
Raspbian
RUN apt-get update && \ apt-get install -y anacron
click the source code to copy install anacron on any operating system with command-not-found.com