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