Browse Source

Fix missing python packages

pull/138/head
Georg Ledermann 3 years ago
parent
commit
d2842085e0
No known key found for this signature in database GPG Key ID: B6D83FBDDCEFBF3
  1. 4
      postgres-backup-s3/install.sh

4
postgres-backup-s3/install.sh

@ -10,9 +10,9 @@ apk update
apk add postgresql
# install s3 tools
apk add python py2-pip
apk add python3 py3-pip
pip install awscli
apk del py2-pip
apk del py3-pip
# install go-cron
apk add curl

Loading…
Cancel
Save