feat(更新镜像): 去掉对镜像意义不大的工具
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -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