From 6c9696b2eb9d48c36fb7f78dca896697609ca7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Szurmak?= Date: Wed, 6 Mar 2019 20:31:44 +0100 Subject: [PATCH] Install just postgres client instead of whole app --- postgres-backup-s3/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-backup-s3/install.sh b/postgres-backup-s3/install.sh index 16c7119..21c8886 100644 --- a/postgres-backup-s3/install.sh +++ b/postgres-backup-s3/install.sh @@ -7,7 +7,7 @@ set -e apk update # install pg_dump -apk add postgresql +apk add postgresql-client # install s3 tools apk add python py2-pip