feat: add ffmpeg to Docker runtime for video thumbnail generation

This commit is contained in:
Jannis Braun
2026-03-21 17:23:19 +01:00
parent 80d97d72c9
commit fe6de6456a
+1 -1
View File
@@ -37,7 +37,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
# Install build dependencies for better-sqlite3 native module
RUN apt-get update && \
apt-get install -y --no-install-recommends python3 make g++ && \
apt-get install -y --no-install-recommends python3 make g++ ffmpeg && \
rm -rf /var/lib/apt/lists/*
WORKDIR /app