We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470f002 commit 183d5b5Copy full SHA for 183d5b5
Dockerfile
@@ -38,6 +38,7 @@ 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
+ pip install --upgrade setuptools && \
42
pip install --disable-pip-version-check --no-cache-dir \
43
envdir==0.7 \
44
wal-e[aws,azure,google,swift]==v1.0.2 \
0 commit comments