Added packages for mysql and postgres
This commit is contained in:
parent
73c3648617
commit
1ff7507479
|
@ -1,7 +1,7 @@
|
||||||
FROM restic/restic
|
FROM restic/restic
|
||||||
|
|
||||||
ADD requirements.txt /
|
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
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
ADD restic-backup /restic-backup
|
ADD restic-backup /restic-backup
|
||||||
|
|
Loading…
Reference in New Issue