Skip to content

Commit

Permalink
Merge pull request #60 from data-for-change/add-setuptools-core
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
atalyaalon authored Aug 15, 2024
2 parents 4bccb06 + 400f63d commit 516916d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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]
WORKDIR /srv
COPY requirements.txt ./
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 516916d

Please sign in to comment.