From 80862d685ca2ff21b4e3fb5db6dc06949b49d8e4 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 7 Dec 2022 16:51:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F):=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AF=B9=E9=95=9C=E5=83=8F=E6=84=8F=E4=B9=89?= =?UTF-8?q?=E4=B8=8D=E5=A4=A7=E7=9A=84=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78657d5..9916525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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