build: install ffmpeg dependency

This commit is contained in:
2025-06-04 17:36:50 +09:00
committed by Satsuki Akiba (aider)
parent 6e6164764a
commit dffa64ca0c

View File

@ -10,6 +10,10 @@ VOLUME /app
# Copy project files
COPY . .
RUN apt update && apt install -y \
ffmpeg \
--no-install-recommends
# Install dependencies
RUN bun install