style(微调注释): 微调注释

This commit is contained in:
2026-03-05 18:36:23 +08:00
parent 3d5b07edd2
commit d708c93086
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 \
+1 -1
View File
@@ -4,7 +4,7 @@ FROM debian:trixie-slim
# 作者信息
LABEL authors="xiaoqidun"
# 安装编译工具
# 编译工具
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 \