Skip to content

Commit 7935bdf

Browse files
author
Kingdon Barrett
committed
it worked!
1 parent 183d5b5 commit 7935bdf

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+
# setuptools from ubuntu archives is too old for googleapis-common-protos
4142
pip install --upgrade setuptools && \
4243
pip install --disable-pip-version-check --no-cache-dir \
4344
envdir==0.7 \

0 commit comments

Comments
 (0)