mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-28 20:48:30 +00:00
chore(docker): remove espeak-ng
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user