diff --git a/Dockerfile b/Dockerfile index a8005e9..19c4d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,5 @@ FROM debian:buster MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive ENV TZ Europe/Paris -RUN apt-get update && apt-get -y install duplicity python-swiftclient cron docker.io -RUN rm -f /etc/crontab -ENTRYPOINT ["/usr/sbin/cron", "-f", "-L", "15"] +RUN apt-get update && apt-get -y install duplicity python-swiftclient curl docker.io +ENTRYPOINT ["/root/entrypoint.sh"]