FROM debian RUN apt-get update && apt-get -y install cron COPY entrypoint.sh /entrypoint.sh ENTRYPOINT [ "/entrypoint.sh" ]