test字体库

This commit is contained in:
litianxiang
2026-06-01 16:31:25 +08:00
parent 864210088a
commit 241e0d7716

View File

@@ -50,10 +50,9 @@ jobs:
VOLUME /tmp
# ===================== 修复字体库缺失(关键)=====================
RUN apt-get update && \
apt-get install -y --no-install-recommends \
fontconfig \
libfreetype6 \
RUN apt-get update \
&& apt-get install -y --no-install-recommends fontconfig libfreetype6 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime