From e21ab93b5ace3ab1eab53a596fc2df98dc7e538f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:54:01 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index acd661fb2..9fbd0d46d 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -84,7 +84,10 @@ RUN \ if test "${BUILD_ARCH}" != "*amd64*"; then apk add --no-cache python3-dev; else apk add --no-cache python3-dev; fi && \ ln -sf python3 /usr/bin/python && \ apk add --no-cache py3-pip gcc musl-dev && \ - pip3 install --break-system-packages --no-cache-dir --ignore-installed --upgrade --requirement /qbit_manage/requirements.txt + 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 \ + && apk del gcc g++ libxml2-dev libxslt-dev zlib-dev \ + && rm -rf /requirements.txt /tmp/* /var/tmp/* /var/cache/apk/* ################## # 3 Install apps #