added postgress support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-20 21:06:53 +01:00
parent 92a0ea8f77
commit 505d6d4d44
4 changed files with 61 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM restic/restic
RUN apk add --no-cache mysql-client rclone bash fuse
RUN apk add --no-cache mysql-client rclone bash fuse postgresql-client
RUN mkdir /app && mkdir /config