Initial commit.
This commit is contained in:
commit
f890f3eead
7
Dockerfile
Normal file
7
Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user