Removed cron and modified entrypoint.

This commit is contained in:
yohan 2020-02-20 18:45:11 +01:00
parent f890f3eead
commit b00c0c337d

View File

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