run-parts
Miscellaneous utilities specific to Debian
RUN apt-get update && \
apt-get install -y debianutils
RUN apt-get update && \
apt-get install -y debianutils
RUN apk add run-parts
RUN pacman -S --noconfirm run-parts
RUN apt-get update && \
apt-get install -y debianutils
RUN yum install -y crontabs
RUN dnf install -y crontabs
RUN apt-get update && \
apt-get install -y debianutils