Added packages for mysql and postgres

This commit is contained in:
Frode Ulsund 2019-04-13 23:29:28 +02:00
parent 73c3648617
commit 1ff7507479
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM restic/restic
ADD requirements.txt /
RUN apk update && apk add python3 dcron
RUN apk update && apk add python3 dcron mariadb-client postgresql-client
RUN pip3 install -r requirements.txt
ADD restic-backup /restic-backup