We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183d5b5 commit 7935bdfCopy full SHA for 7935bdf
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
+ # 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 \
0 commit comments