feat(新增工具): 镜像添加tmux软件包
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2021-04-03 18:26:16 +08:00
parent 72a97d3458
commit 4fd6919cc3

View File

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