From f2d7d1675ad2145c400703a8e148fb47f26736f3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:59:31 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 9fbd0d46d..133e8d556 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -85,7 +85,7 @@ RUN \ ln -sf python3 /usr/bin/python && \ apk add --no-cache py3-pip gcc musl-dev && \ apk add --no-cache libffi-dev openssl-dev tzdata gcc g++ libxml2-dev libxslt-dev zlib-dev bash curl wget jq grep sed coreutils findutils unzip p7zip ca-certificates \ - && pip3 install --no-cache-dir --upgrade --requirement /requirements.txt \ + && pip3 install --no-cache-dir --upgrade --break-system-packages --requirement /requirements.txt \ && apk del gcc g++ libxml2-dev libxslt-dev zlib-dev \ && rm -rf /requirements.txt /tmp/* /var/tmp/* /var/cache/apk/*