1
0
mirror of https://github.com/xiaoqidun/goenv.git synced 2025-04-14 23:56:30 +08:00

feat(更新镜像): 去掉对镜像意义不大的工具

This commit is contained in:
2022-12-07 16:51:20 +08:00
parent beca7e7d40
commit 80862d685c

@ -8,7 +8,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 \
iproute2 upx-ucl strace lsof htop tmux file zip git
iproute2 upx-ucl file zip
# 安装android ndk
COPY android-ndk-r25b /usr/local/android-ndk-r25b