We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e53038 commit 87afecdCopy full SHA for 87afecd
Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.10-slim AS base
3
COPY --from=ghcr.io/astral-sh/uv:0.8.11 /uv /uvx /bin/
4
5
RUN apt-get update && apt-get install -y --no-install-recommends \
6
- tini curl ca-certificates xz-utils \
+ tini curl ca-certificates xz-utils espeak \
7
&& rm -rf /var/lib/apt/lists/*
8
9
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