From 523a127c81965a25a0246a28151cc2118ca11cf9 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Wed, 24 Dec 2025 15:48:56 -0600 Subject: [PATCH] Enhancement: Add VLC dependencies to DispatcharrBase image. --- docker/DispatcharrBase | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/DispatcharrBase b/docker/DispatcharrBase index d37d8958..8bda1ed9 100644 --- a/docker/DispatcharrBase +++ b/docker/DispatcharrBase @@ -15,7 +15,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ python-is-python3 python3-pip \ libpcre3 libpcre3-dev libpq-dev procps \ build-essential gcc pciutils \ - nginx streamlink comskip\ + nginx streamlink comskip \ + vlc-bin vlc-plugin-base \ && apt-get clean && rm -rf /var/lib/apt/lists/* # --- Create Python virtual environment ---