mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-25 09:26:45 +08:00
feat(新增工具): 新增upx工具用于压缩二进制大小
This commit is contained in:
parent
b9976086a1
commit
eef0924e5e
@ -7,7 +7,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
|
|||||||
# 安装编译工具链
|
# 安装编译工具链
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
build-essential mingw-w64
|
build-essential mingw-w64 upx-ucl
|
||||||
|
|
||||||
# 安装android ndk
|
# 安装android ndk
|
||||||
COPY android-ndk-r21b /usr/local/android-ndk-r21b
|
COPY android-ndk-r21b /usr/local/android-ndk-r21b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user