We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4621474 commit 25e741fCopy full SHA for 25e741f
Dockerfile
@@ -5,10 +5,10 @@ RUN wget https://download.docker.com/linux/static/stable/x86_64/docker-25.0.1.tg
5
mv docker/docker /usr/local/bin/ &&\
6
rm -rf docker docker-25.0.1.tgz
7
RUN pip install --upgrade pip
8
-RUN pip install setuptools==70.3.0
9
WORKDIR /srv
10
COPY requirements.txt ./
11
RUN pip install -r requirements.txt
+RUN pip install setuptools==70.3.0
12
ARG ANYWAY_COMMIT=dev
13
RUN pip install -e git+https://github.com/data-for-change/anyway@${ANYWAY_COMMIT}#egg=anyway
14
COPY static_data ./static_data
0 commit comments