feat: add postgres backup option

This commit is contained in:
Michael Mandl 2022-10-06 17:07:05 +02:00
parent 64bf6cc38f
commit 0852cb8c00
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
4 changed files with 17 additions and 3 deletions

View file

@ -1,6 +1,6 @@
FROM debian
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget lftp mariadb-client
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget lftp mariadb-client postgresql-client
ARG CLIENT_VERSION