取消安装包
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 58s

This commit is contained in:
Song367 2025-09-26 18:23:58 +08:00
parent 9822b9bfc9
commit de881414dc

View File

@ -4,7 +4,7 @@ FROM golang:1.21-alpine AS go-builder
WORKDIR /usr/src/app WORKDIR /usr/src/app
# 安装必要的构建工具 # 安装必要的构建工具
RUN apk add --no-cache gcc musl-dev # RUN apk add --no-cache gcc musl-dev
# 设置 GOPROXY 环境变量 # 设置 GOPROXY 环境变量
ENV GOPROXY=https://goproxy.cn,direct ENV GOPROXY=https://goproxy.cn,direct