Fix formatting in Dockerfile

This commit is contained in:
2025-12-31 09:18:51 +01:00
committed by GitHub
parent cf98dcde52
commit c4f8ee3d19

View File

@@ -2,7 +2,6 @@ FROM python:3.12-slim
WORKDIR /app
# ffprobe kommt aus ffmpeg
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \
&& rm -rf /var/lib/apt/lists/*