File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM quay.io/deis/base:v0.3.6
22
33ENV LANG=en_US.utf8 \
44 PG_MAJOR=9.4 \
5- PG_VERSION=9.4.14 -1.pgdg16.04+1 \
5+ PG_VERSION=9.4.17 -1.pgdg16.04+1 \
66 PGDATA=/var/lib/postgresql/data
77
88# 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
3838 ln -sf /usr/bin/pip3 /usr/bin/pip && \
3939 mkdir -p /run/postgresql && \
4040 chown -R postgres /run/postgresql && \
41+ # setuptools from ubuntu archives is too old for googleapis-common-protos
42+ pip install --upgrade setuptools && \
4143 pip install --disable-pip-version-check --no-cache-dir \
4244 envdir==0.7 \
4345 wal-e[aws,azure,google,swift]==v1.0.2 \
You can’t perform that action at this time.
0 commit comments