修正一个dockerfile.prod的错误

This commit is contained in:
GuanYuankai 2025-11-11 14:17:47 +08:00
parent 5f73307524
commit 8cbdbdaeec
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ RUN ldconfig
COPY piper_models/ /app/piper_models/
USER dev
RUN mkdir -p /app/config
RUN pip install --no-cache-dir --user -i https://mirrors.aliyun.com/pypi/simple/ \
piper-tts \
onvif-zeep \