Browse Source

Install just postgres client instead of whole app

pull/113/head
Przemysław Szurmak 5 years ago
parent
commit
6c9696b2eb
  1. 2
      postgres-backup-s3/install.sh

2
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

Loading…
Cancel
Save