We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8523d8a commit 6dc9f26Copy full SHA for 6dc9f26
Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update -y && \
28
python3-dev \
29
python3-pip \
30
vim-tiny && \
31
- pip install --no-cache-dir --upgrade pip setuptools && \
+ pip install --no-cache-dir --upgrade pip 'setuptools<71' && \
32
pip install --no-cache-dir -r /code/requirements.txt && \
33
apt-get remove -y \
34
gcc \
0 commit comments