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
|
# Install Python deps
|
||||||
COPY ./requirements.txt .
|
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 \
|
gcc \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
|
|||||||
Reference in New Issue
Block a user