Temp-enable old Dockerfile

This commit is contained in:
einarf 2023-03-09 01:45:34 +01:00
parent 70afcd2c6a
commit a9619e1cc8
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
FROM restic/restic:0.15.1
RUN apk update && apk add python3 py3-pip dcron
# mariadb-client postgresql-client
# Should be removed
RUN apk update && apk add mariadb-client postgresql-client
ADD . /restic-compose-backup
WORKDIR /restic-compose-backup