Add shellcheck, tmux, and jq to dev Dockerfiles
This commit is contained in:
@@ -2,8 +2,8 @@ FROM fedora:latest
|
|||||||
|
|
||||||
# 1. 系统工具与编译环境
|
# 1. 系统工具与编译环境
|
||||||
RUN dnf update -y && dnf install -y \
|
RUN dnf update -y && dnf install -y \
|
||||||
curl git wget unzip procps-ng \
|
curl git wget unzip procps-ng shellcheck\
|
||||||
gcc gcc-c++ make cmake openssl-devel \
|
gcc gcc-c++ make cmake openssl-devel jq tmux vim\
|
||||||
zsh sudo python3 python3-pip \
|
zsh sudo python3 python3-pip \
|
||||||
openssh-server tar gzip \
|
openssh-server tar gzip \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ FROM fedora:latest
|
|||||||
|
|
||||||
# 1. 基础工具 (包含 Zed 远程运行所需的 procps-ng, tar)
|
# 1. 基础工具 (包含 Zed 远程运行所需的 procps-ng, tar)
|
||||||
RUN dnf update -y && dnf install -y \
|
RUN dnf update -y && dnf install -y \
|
||||||
curl git wget unzip procps-ng tar gzip \
|
curl git wget unzip procps-ng tar gzip shellcheck vim\
|
||||||
gcc gcc-c++ make cmake openssl-devel \
|
gcc gcc-c++ make cmake openssl-devel tmux jq\
|
||||||
zsh sudo python3 python3-pip openssh-server \
|
zsh sudo python3 python3-pip openssh-server \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user