Skip to content

Commit 263f50e

Browse files
authored
Merge pull request #2 from yebyen/fixup-2.6.0
fixup v2.6.0
2 parents 88f21d7 + 7935bdf commit 263f50e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/deis/base:v0.3.6
22

33
ENV 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 \

0 commit comments

Comments
 (0)