From 9d8d4f6c75922e4bbef5c393822b27a41d257a3c Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 27 Mar 2026 11:49:28 -0500 Subject: [PATCH] chore: remove unnecessary python-is-python3, python3-pip and streamlink from Dockerfile dependencies --- docker/DispatcharrBase | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/DispatcharrBase b/docker/DispatcharrBase index d2e8ceaa..3040e189 100644 --- a/docker/DispatcharrBase +++ b/docker/DispatcharrBase @@ -15,9 +15,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ && apt-get update \ && apt-get install --no-install-recommends -y \ python3.13 python3.13-dev python3.13-venv libpython3.13 \ - python-is-python3 python3-pip \ libpcre3 libpcre3-dev libpq-dev procps pciutils \ - nginx streamlink comskip \ + nginx comskip \ vlc-bin vlc-plugin-base \ build-essential gcc g++ gfortran libopenblas-dev libopenblas0 ninja-build