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
|
||||
|
||||
Reference in New Issue
Block a user