I created a docker image to run crontab based on the official nginx image.
FROM nginx RUN apt-get update && apt-get -y install cron CMD ["cron&