From fa89015b142a5f8fb62e05236a939ba88396e9c3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jun 2025 10:09:40 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index bed3191cb..512ab5dc0 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -73,10 +73,7 @@ ENV PYTHONUNBUFFERED=1 RUN \ apk add --no-cache git && \ git clone --branch master https://github.com/StuffAnThings/qbit_manage.git /qbit_manage && \ - sed -i "s/\(qbittorrent-api\)==2025.4.1/\1/" /qbit_manage/requirements.txt && \ - \ - # Clean dependencies - sed -i "s/\\(qbittorrent-api\\)==2023.10.54/\\1/" /qbit_manage/requirements.txt && \ + sed -i "/qbittorrent-api/d" /qbit_manage/pyproject.toml && \ \ # Install dependencies ## Allow python specific arch