docker-duplicity/Dockerfile

7 lines
235 B
Docker
Raw Normal View History

2019-12-10 22:38:22 +00:00
FROM debian:buster
MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive
ENV TZ Europe/Paris
2020-02-20 17:45:11 +00:00
RUN apt-get update && apt-get -y install duplicity python-swiftclient curl docker.io
ENTRYPOINT ["/root/entrypoint.sh"]