From 8551dd719d55f7ac8ad6acd32a3ca65b88dca7e5 Mon Sep 17 00:00:00 2001 From: Sami Makki Date: Thu, 21 Mar 2024 17:08:52 +0100 Subject: [PATCH] force installation without venv --- pethublocal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pethublocal/Dockerfile b/pethublocal/Dockerfile index efc4b4a..8d90cff 100644 --- a/pethublocal/Dockerfile +++ b/pethublocal/Dockerfile @@ -21,7 +21,7 @@ RUN git clone https://github.com/PetHubLocal/pethublocal # Install using PIP WORKDIR /code/pethublocal -RUN pip3 install . +RUN pip3 install . --break-system-packages # Final working directory is under share/pethublocal WORKDIR /share/pethublocal