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
@@ -10,7 +10,8 @@ RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debi
|
||||
# 安装编译工具链
|
||||
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