Skip to content

Commit

Permalink
Merge pull request #62 from data-for-change/update-setuptools-v70.3.0
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
atalyaalon authored Aug 15, 2024
2 parents 4621474 + 25e741f commit abef13a
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,10 +5,10 @@ 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 setuptools==70.3.0
WORKDIR /srv
COPY requirements.txt ./
RUN pip install -r requirements.txt
RUN pip install setuptools==70.3.0
ARG ANYWAY_COMMIT=dev
RUN pip install -e git+https://github.com/data-for-change/anyway@${ANYWAY_COMMIT}#egg=anyway
COPY static_data ./static_data
Expand Down

0 comments on commit abef13a

Please sign in to comment.