From 33cbe077509e348830ccb05e1a899dce4c2b3268 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Mon, 5 Jan 2026 17:39:06 -0600 Subject: [PATCH] chore(docker): remove espeak-ng --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9645aa..0ced9b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ FROM ${PYTHON_IMAGE}@${PYTHON_HASH} WORKDIR /app # Install runtime dependencies only # We keep py3-setuptools because CFFI/LXST might need it at runtime on Python 3.12+ -RUN apk add --no-cache ffmpeg espeak-ng opusfile libffi su-exec py3-setuptools && \ +RUN apk add --no-cache ffmpeg opusfile libffi su-exec py3-setuptools && \ addgroup -g 1000 meshchat && adduser -u 1000 -G meshchat -S meshchat && \ mkdir -p /config && chown meshchat:meshchat /config