From de881414dc08c8db00ad0118cd5331ef6a244b3e Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Fri, 26 Sep 2025 18:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=AE=89=E8=A3=85=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2d3898..c22b025 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM golang:1.21-alpine AS go-builder WORKDIR /usr/src/app # 安装必要的构建工具 -RUN apk add --no-cache gcc musl-dev +# RUN apk add --no-cache gcc musl-dev # 设置 GOPROXY 环境变量 ENV GOPROXY=https://goproxy.cn,direct