diff --git a/docker/DispatcharrBase b/docker/DispatcharrBase index 574284f4..d37d8958 100644 --- a/docker/DispatcharrBase +++ b/docker/DispatcharrBase @@ -15,7 +15,7 @@ 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 \ + nginx streamlink comskip\ && apt-get clean && rm -rf /var/lib/apt/lists/* # --- Create Python virtual environment ---