@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.2
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ADD install.sh install.sh
@ -6,7 +6,7 @@ set -e
apk update
# install pg_dump
apk add 'postgresql>9.5.0'
apk add postgresql
# install s3 tools
apk add python py-pip