mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-24 09:06:44 +08:00
feat(添加工具): 添加zip包
This commit is contained in:
parent
e94bf990af
commit
c37a7149c1
@ -7,7 +7,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
# 安装编译工具链
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
build-essential mingw-w64 upx-ucl
|
||||
build-essential mingw-w64 upx-ucl zip
|
||||
|
||||
# 安装android ndk
|
||||
COPY android-ndk-r21d /usr/local/android-ndk-r21d
|
||||
@ -15,4 +15,4 @@ COPY android-ndk-r21d /usr/local/android-ndk-r21d
|
||||
# 环境变量
|
||||
ENV PATH=$PATH:/usr/local/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin
|
||||
ENV GO111MODULE=on
|
||||
ENV GOPROXY=https://goproxy.aite.xyz,direct
|
||||
ENV GOPROXY=https://goproxy.aite.xyz,direct
|
||||
|
Loading…
x
Reference in New Issue
Block a user