We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88f21d7 + 7935bdf commit 263f50eCopy full SHA for 263f50e
Dockerfile
@@ -2,7 +2,7 @@ FROM quay.io/deis/base:v0.3.6
2
3
ENV LANG=en_US.utf8 \
4
PG_MAJOR=9.4 \
5
- PG_VERSION=9.4.14-1.pgdg16.04+1 \
+ PG_VERSION=9.4.17-1.pgdg16.04+1 \
6
PGDATA=/var/lib/postgresql/data
7
8
# Set this separately from those above since it depends on one of them
@@ -38,6 +38,8 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
38
ln -sf /usr/bin/pip3 /usr/bin/pip && \
39
mkdir -p /run/postgresql && \
40
chown -R postgres /run/postgresql && \
41
+ # setuptools from ubuntu archives is too old for googleapis-common-protos
42
+ pip install --upgrade setuptools && \
43
pip install --disable-pip-version-check --no-cache-dir \
44
envdir==0.7 \
45
wal-e[aws,azure,google,swift]==v1.0.2 \
0 commit comments