Initial commit.

This commit is contained in:
yohan 2019-12-10 23:38:22 +01:00
commit f890f3eead

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
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"]