From 51a392f71571681a53b2708adc5dfa1483d41e62 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:28:23 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 263a0ddfe..dff3717b1 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -63,7 +63,7 @@ RUN \ tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \ \ # Install dependencies - apk add --no-cache py3-pip gcc && \ + apk add --no-cache python3-dev py3-pip gcc && \ pip install --no-cache-dir --upgrade --requirement /qbit_manage/requirements.txt --ignore-installed ##################