From 4fd6919cc367db6a6f375b8fcb24b94acc6a0e4c Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 3 Apr 2021 18:26:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=B0=E5=A2=9E=E5=B7=A5=E5=85=B7):=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=B7=BB=E5=8A=A0tmux=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c88b31..95d337d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ LABEL MAINTAINER="xiaoqidun@gmail.com" # 安装编译工具链 RUN apt-get update \ && apt-get install -y \ - build-essential mingw-w64 upx-ucl strace htop file zip + build-essential mingw-w64 \ + upx-ucl strace htop tmux file zip # 安装android ndk COPY android-ndk-r21e /usr/local/android-ndk-r21e