Skip to content

Commit abef13a

Browse files
authored
Merge pull request #62 from data-for-change/update-setuptools-v70.3.0
Update Dockerfile
2 parents 4621474 + 25e741f commit abef13a

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,10 +5,10 @@ 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 setuptools==70.3.0
98
WORKDIR /srv
109
COPY requirements.txt ./
1110
RUN pip install -r requirements.txt
11+
RUN pip install setuptools==70.3.0
1212
ARG ANYWAY_COMMIT=dev
1313
RUN pip install -e git+https://github.com/data-for-change/anyway@${ANYWAY_COMMIT}#egg=anyway
1414
COPY static_data ./static_data

0 commit comments

Comments
 (0)