mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-21 23:56:45 +08:00
feat(新增工具): 镜像添加tmux软件包
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
72a97d3458
commit
4fd6919cc3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user