From 4f1eaf7e93f1bd3fa83ad682b352060de04419b4 Mon Sep 17 00:00:00 2001 From: viewit Date: Sun, 26 Apr 2026 15:18:38 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20apt=20ffmpeg=20entfernt,=20imageio-ffmpe?= =?UTF-8?q?g=20=C3=BCbernimmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b9f93a..413dc64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM python:3.11-slim WORKDIR /app COPY requirements.txt . -RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/* RUN pip install --no-cache-dir -r requirements.txt COPY kobrax_moonraker_bridge.py .