Temp-enable old Dockerfile
This commit is contained in:
parent
70afcd2c6a
commit
a9619e1cc8
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
FROM restic/restic:0.15.1
|
FROM restic/restic:0.15.1
|
||||||
|
|
||||||
RUN apk update && apk add python3 py3-pip dcron
|
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
|
ADD . /restic-compose-backup
|
||||||
WORKDIR /restic-compose-backup
|
WORKDIR /restic-compose-backup
|
||||||
|
|
Loading…
Add table
Reference in a new issue