fix: Worker容器安装CJK中文字体 — 修复ASS字幕标题不渲染 #1400

Merged
xiaoxia merged 1 commits from fix/worker-cjk-fonts into develop 2026-08-17 12:10:40 +08:00
+3
View File
@@ -67,6 +67,9 @@ RUN chmod +x /usr/local/bin/entrypoint-worker.sh
# 业务代码(变化最频繁,放最后)
COPY apps/worker/ /app/apps/worker/
# ---- Install CJK fonts for ASS subtitle rendering ----
RUN apt-get update && apt-get install -y --no-install-recommends fonts-noto-cjk && fc-cache -fv && rm -rf /var/lib/apt/lists/*
USER celery
# Worker 入口点