From 241e0d77167179df33c4479ec839e2ec8f4d0ba9 Mon Sep 17 00:00:00 2001 From: litianxiang Date: Mon, 1 Jun 2026 16:31:25 +0800 Subject: [PATCH] =?UTF-8?q?test=E5=AD=97=E4=BD=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master_sellrt_build_manual.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/master_sellrt_build_manual.yaml b/.gitea/workflows/master_sellrt_build_manual.yaml index 99e25f9..a8e3396 100644 --- a/.gitea/workflows/master_sellrt_build_manual.yaml +++ b/.gitea/workflows/master_sellrt_build_manual.yaml @@ -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