fix: apt ffmpeg entfernt, imageio-ffmpeg übernimmt

This commit is contained in:
2026-04-26 15:18:38 +02:00
parent fc681316fc
commit 4f1eaf7e93

View File

@@ -3,7 +3,6 @@ FROM python:3.11-slim
WORKDIR /app WORKDIR /app
COPY requirements.txt . 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 RUN pip install --no-cache-dir -r requirements.txt
COPY kobrax_moonraker_bridge.py . COPY kobrax_moonraker_bridge.py .