diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 61d923c3d..5df72b7ae 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -59,7 +59,7 @@ RUN \ tar xf /tmp/qbit_manage.tar.gz -C /qbit_manage --strip-components=1 && \ \ # Install dependencies - apk add py3-pip && \ + apk add --no-cache py3-pip && \ pip install --no-cache-dir --upgrade --requirement /qbit_manage/requirements.txt --ignore-installed ##################