This commit is contained in:
Einar Forselv
2019-11-15 14:23:56 +01:00
parent f8d32af313
commit f1738147d6
11 changed files with 60 additions and 33 deletions

View File

@@ -4,7 +4,8 @@ RUN apk update && apk add python3 dcron mariadb-client postgresql-client
ADD . /restic-volume-backup
WORKDIR /restic-volume-backup
RUN pip3 install -U pip setuptools && python3 setup.py develop && pip3 install .
RUN pip3 install -U pip setuptools
RUN python3 setup.py develop && pip3 install .
ENTRYPOINT []
CMD ["./entrypoint.sh"]