run-parts

Miscellaneous utilities specific to Debian

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