From bd44464626ab6fc892fb9bbadfd24f4082b80fd8 Mon Sep 17 00:00:00 2001 From: "zhczyx@163.com" Date: Mon, 2 Feb 2026 12:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5docker=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-center-business-controller/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-center-business-controller/dockerfile b/data-center-business-controller/dockerfile index 3f1777e..52a7fb0 100644 --- a/data-center-business-controller/dockerfile +++ b/data-center-business-controller/dockerfile @@ -1,4 +1,4 @@ -# FROM registry.ap-northeast-1.aliyuncs.com/southwave/jdk17-template:latest + # FROM registry.ap-northeast-1.aliyuncs.com/southwave/jdk17-template:latest FROM amazoncorretto:17-alpine # 安装 fontconfig 和 DejaVu 字体 (这是一个通用且免费的字体包) RUN apk --no-cache add fontconfig ttf-dejavu