fix: remove Microsoft core fonts to unblock CI build

This commit is contained in:
Your Name 2026-01-19 22:05:33 +08:00
parent a9b65248b8
commit 6933f5cc75

View file

@ -96,8 +96,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
fonts-noto-core \
fonts-noto-extra \
fonts-noto-color-emoji \
# === 微軟核心字型 ===
ttf-mscorefonts-installer \
# === Liberation 字型(微軟字型開源替代)===
fonts-liberation \
fonts-liberation2 \
# === Python 依賴 ===
python3 \
python3-pip \