mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-24 09:06:44 +08:00
This commit is contained in:
parent
e7736b345f
commit
7e366ab17e
@ -10,7 +10,7 @@ RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debi
|
|||||||
# 安装编译工具链
|
# 安装编译工具链
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
build-essential mingw-w64 upx-ucl \
|
build-essential mingw-w64 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# 安装android ndk
|
# 安装android ndk
|
||||||
|
@ -7,7 +7,7 @@ LABEL authors="xiaoqidun"
|
|||||||
# 安装编译工具链
|
# 安装编译工具链
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
build-essential mingw-w64 upx-ucl \
|
build-essential mingw-w64 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# 安装android ndk
|
# 安装android ndk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user