From c4604a29895e51df95b1fd3ab268f4a5a5e89749 Mon Sep 17 00:00:00 2001 From: Song367 <601337784@qq.com> Date: Sat, 27 Dec 2025 19:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4--no-cache?= 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..1355ad8 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 gcc musl-dev # 设置 GOPROXY 环境变量 ENV GOPROXY=https://goproxy.cn,direct