Skip to content

Commit

Permalink
Merge pull request #61 from data-for-change/set-sepcific-setuptools-v…
Browse files Browse the repository at this point in the history
…ersion

Update Dockerfile
  • Loading branch information
atalyaalon authored Aug 15, 2024
2 parents 516916d + 640bf02 commit 4621474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN wget https://download.docker.com/linux/static/stable/x86_64/docker-25.0.1.tg
mv docker/docker /usr/local/bin/ &&\
rm -rf docker docker-25.0.1.tgz
RUN pip install --upgrade pip
RUN pip install -U setuptools[core]
RUN pip install setuptools==70.3.0
WORKDIR /srv
COPY requirements.txt ./
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 4621474

Please sign in to comment.