From fb836edfbb6ea353a1a18885706b3b3f7df56b4f Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 19 Nov 2024 18:11:48 +0100 Subject: [PATCH] docker: add dpp python dep ereuseapitest --- docker/devicehub-django.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/devicehub-django.Dockerfile b/docker/devicehub-django.Dockerfile index fadc751..9640d49 100644 --- a/docker/devicehub-django.Dockerfile +++ b/docker/devicehub-django.Dockerfile @@ -27,6 +27,8 @@ RUN python -m pip install --upgrade pip || (rm -rf /usr/local/lib/python3.11/sit COPY ./requirements.txt /opt/devicehub-django RUN pip install -r requirements.txt +# TODO hardcoded, is ignored in requirements.txt +RUN pip install -i https://test.pypi.org/simple/ ereuseapitest==0.0.14 # TODO Is there a better way? # Set PYTHONPATH to include the directory with the xapian module