chore: add ffmpeg to Dockerfile for audio processing capabilities

This commit is contained in:
Anish Sarkar 2026-05-11 04:02:39 +05:30
parent 65fecb3337
commit 18de0136bc

View file

@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
unzip \
gnupg2 \
ffmpeg \
espeak-ng \
libsndfile1 \
libgl1 \