chore(Dockerfile): add ffmpeg, espeak-ng, and opusfile dependencies for enhanced media processing capabilities
This commit is contained in:
@@ -28,7 +28,8 @@ WORKDIR /app
|
||||
|
||||
# Install Python deps
|
||||
COPY ./requirements.txt .
|
||||
RUN apk add --no-cache --virtual .build-deps \
|
||||
RUN apk add --no-cache ffmpeg espeak-ng opusfile && \
|
||||
apk add --no-cache --virtual .build-deps \
|
||||
gcc \
|
||||
musl-dev \
|
||||
linux-headers \
|
||||
|
||||
Reference in New Issue
Block a user