mirror of
https://github.com/xiaoqidun/goenv.git
synced 2025-01-22 16:49:32 +08:00
This commit is contained in:
@ -8,7 +8,8 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
build-essential mingw-w64 \
|
||||
iproute2 upx-ucl file zip
|
||||
iproute2 upx-ucl file zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 安装android ndk
|
||||
COPY android-ndk-r25c /usr/local/android-ndk-r25c
|
||||
|
Reference in New Issue
Block a user