Browse Source

Bumped alpine version to edge to get pg_dump version 9.6.1

pull/52/head
Mikkel Rostved 8 years ago
parent
commit
83ae010322
  1. 2
      postgres-backup-s3/Dockerfile
  2. 4
      postgres-backup-s3/install.sh

2
postgres-backup-s3/Dockerfile

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:edge
MAINTAINER Johannes Schickling "schickling.j@gmail.com" MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ADD install.sh install.sh ADD install.sh install.sh

4
postgres-backup-s3/install.sh

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

Loading…
Cancel
Save