Removed cron and modified entrypoint.
This commit is contained in:
parent
f890f3eead
commit
b00c0c337d
@ -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"]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user