Skip to content

Commit 4621474

Browse files
authored
Merge pull request #61 from data-for-change/set-sepcific-setuptools-version
Update Dockerfile
2 parents 516916d + 640bf02 commit 4621474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN wget https://download.docker.com/linux/static/stable/x86_64/docker-25.0.1.tg
55
mv docker/docker /usr/local/bin/ &&\
66
rm -rf docker docker-25.0.1.tgz
77
RUN pip install --upgrade pip
8-
RUN pip install -U setuptools[core]
8+
RUN pip install setuptools==70.3.0
99
WORKDIR /srv
1010
COPY requirements.txt ./
1111
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)