From 33239e59c90c6897fce46ed222ab11db3357dcb0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:27:00 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index f76617f21..c8a8e3441 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -76,9 +76,6 @@ RUN \ curl -o /tmp/qbit_manage.tar.gz -L "https://github.com/StuffAnThings/qbit_manage/tarball/develop" && \ tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \ \ - # Clean dependencies - sed -i "s/\\(qbittorrent-api\\)==2023.10.54/\\1/" /qbit_manage/requirements.txt && \ - \ # Install dependencies ## Allow python specific arch BUILD_ARCH=$(uname -m) && \