取消安装包
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 58s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 58s
This commit is contained in:
parent
9822b9bfc9
commit
de881414dc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user