From e631aa4ea97229f9f3e550cbd55167a09685f767 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:15:56 +0100 Subject: [PATCH] Update Dockerfile https://github.com/alexbelgium/hassio-addons/issues/1131 --- qbittorrent/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 999cda8a9..145bb0024 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -76,6 +76,9 @@ RUN \ curl -o /tmp/qbit_manage.tar.gz -L "https://github.com/StuffAnThings/qbit_manage/archive/master.tar.gz" && \ tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \ \ + # Clean dependencies + sed -i "s/\\(qbittorrent-api\\)==[0-9]*\\.[0-9]*\\.[0-9]*/\\1/" /qbit_manage/requirements.txt && \ + \ # Install dependencies ## Allow python specific arch BUILD_ARCH=$(uname -m) && \