mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-06-07 14:51:47 +00:00
chore(docker): remove ffmpeg from Alpine package installation
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ RUN pip install --no-cache-dir . && \
|
||||
FROM ${PYTHON_IMAGE}@${PYTHON_HASH}
|
||||
|
||||
RUN apk upgrade --no-cache && \
|
||||
apk add --no-cache ffmpeg opusfile libffi espeak-ng su-exec && \
|
||||
apk add --no-cache opusfile libffi espeak-ng su-exec && \
|
||||
python -m pip install --no-cache-dir --upgrade "pip>=26.0" "setuptools" "jaraco.context>=6.1.0" && \
|
||||
rm -rf /root/.cache/pip && \
|
||||
addgroup -g 1000 meshchat && adduser -u 1000 -G meshchat -S meshchat && \
|
||||
|
||||
Reference in New Issue
Block a user