mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-03-16 12:04:44 +08:00
feat(添加工具): 更齐全的构建工具包
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user