* MOD: use postgresql-client in backup
Some checks failed
Build and push / check and test (push) Successful in 8s
Build and push / build_and_push (push) Failing after 2m40s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2025-12-26 22:21:28 +01:00
parent d41a3946fa
commit 552e76d78e

View File

@@ -6,8 +6,6 @@ ADD app /app
RUN chmod +x /app/*.sh \
&& apk add --no-cache \
postgresql15-client \
postgresql16-client \
postgresql-client \
tzdata \
7zip \