FROM debian:stretch RUN apt update \ && apt install -y --no-install-recommends cron procps \ && rm -rf /var/lib/apt/lists/* CMD ["cron", "-f"]