feat(添加工具): 更齐全的构建工具包
/ build (DockerfileCN, ccr.ccs.tencentyun.com/xiaoqidun/goenv:latest, ccr.ccs.tencentyun.com) (push) Has been cancelled
/ build (DockerfileHK, hkccr.ccs.tencentyun.com/xiaoqidun/goenv:latest, hkccr.ccs.tencentyun.com) (push) Has been cancelled

This commit is contained in:
2026-03-05 18:32:57 +08:00
parent 6996001e23
commit 3d5b07edd2
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ LABEL authors="xiaoqidun"
# 安装编译工具链
RUN apt-get update \
&& apt-get install -y \
git build-essential mingw-w64 \
build-essential mingw-w64 \
autoconf libtool pkgconf git \
&& rm -rf /var/lib/apt/lists/*
# 安装go-legacy-win7