From db7c613bde427cca7ad61293b31c35765f4dd1ba Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jun 2025 10:29:51 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index a31dbe842..808debb66 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -83,7 +83,7 @@ RUN \ if test "${BUILD_ARCH}" != "*amd64*"; then apk add --no-cache python3-dev; else apk add --no-cache python3; fi && \ ln -sf python3 /usr/bin/python && \ apk add --no-cache py3-pip gcc musl-dev && \ - pip3 install --user . + pip3 install --break-system-packages --user . ################## # 3 Install apps #