We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 516916d + 640bf02 commit 4621474Copy full SHA for 4621474
Dockerfile
@@ -5,7 +5,7 @@ RUN wget https://download.docker.com/linux/static/stable/x86_64/docker-25.0.1.tg
5
mv docker/docker /usr/local/bin/ &&\
6
rm -rf docker docker-25.0.1.tgz
7
RUN pip install --upgrade pip
8
-RUN pip install -U setuptools[core]
+RUN pip install setuptools==70.3.0
9
WORKDIR /srv
10
COPY requirements.txt ./
11
RUN pip install -r requirements.txt
0 commit comments