Skip to content

Commit 87afecd

Browse files
committed
Add espeak for english v2
1 parent 9e53038 commit 87afecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.10-slim AS base
33
COPY --from=ghcr.io/astral-sh/uv:0.8.11 /uv /uvx /bin/
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6-
tini curl ca-certificates xz-utils \
6+
tini curl ca-certificates xz-utils espeak \
77
&& rm -rf /var/lib/apt/lists/*
88

99
ARG FFMPEG_URL=https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.1-latest-linux64-gpl-7.1.tar.xz

0 commit comments

Comments
 (0)