From 508751660b59f87872b064680ccc5707ca0f2435 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jun 2025 10:32:43 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 808debb66..55045e78a 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -83,6 +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 && \ + cd /qbit_manage && \ pip3 install --break-system-packages --user . ##################