From 25e741f4a8d3b898f34dbbcbcbc92a253a49165a Mon Sep 17 00:00:00 2001 From: Atalya Alon <20992625+atalyaalon@users.noreply.github.com> Date: Thu, 15 Aug 2024 17:10:37 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f584ca..8198865 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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