From d708c93086b3bda3c36a067ec852585c46cf2e06 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 5 Mar 2026 18:36:23 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=BE=AE=E8=B0=83=E6=B3=A8=E9=87=8A):=20?= =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerfileCN | 4 ++-- DockerfileHK | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DockerfileCN b/DockerfileCN index 595cdba..07c219a 100644 --- a/DockerfileCN +++ b/DockerfileCN @@ -4,10 +4,10 @@ FROM debian:trixie-slim # 作者信息 LABEL authors="xiaoqidun" -# 使用中国软件源 +# 中科大源 RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debian.sources -# 安装编译工具链 +# 编译工具 RUN apt-get update \ && apt-get install -y \ build-essential mingw-w64 \ diff --git a/DockerfileHK b/DockerfileHK index a065cb3..2d918eb 100644 --- a/DockerfileHK +++ b/DockerfileHK @@ -4,7 +4,7 @@ FROM debian:trixie-slim # 作者信息 LABEL authors="xiaoqidun" -# 安装编译工具链 +# 编译工具 RUN apt-get update \ && apt-get install -y \ build-essential mingw-w64 \