fix: add ffmpeg to Docker image for video audio support
This commit is contained in:
parent
076404906d
commit
0d15941d45
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ WORKDIR /app
|
|||
# Install system dependencies (for some Python packages)
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
ffmpeg \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy requirements first for better caching
|
||||
|
|
|
|||
Loading…
Reference in a new issue