mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 08:06:46 +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 \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& 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
|
# 安装android ndk
|
||||||
COPY android-ndk-r21e /usr/local/android-ndk-r21e
|
COPY android-ndk-r21e /usr/local/android-ndk-r21e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user