Skip to content

Commit 183d5b5

Browse files
author
Kingdon Barrett
committed
try upgrading setuptools
1 parent 470f002 commit 183d5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ 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+
pip install --upgrade setuptools && \
4142
pip install --disable-pip-version-check --no-cache-dir \
4243
envdir==0.7 \
4344
wal-e[aws,azure,google,swift]==v1.0.2 \

0 commit comments

Comments
 (0)