fix: add jq package to Dockerfile for enhanced JSON processing #1
@@ -10,6 +10,7 @@ RUN dnf update -y && \
|
||||
wget \
|
||||
which \
|
||||
vim \
|
||||
jq \
|
||||
python3-pip && \
|
||||
dnf group install -y "Development Tools" && \
|
||||
dnf clean all
|
||||
|
||||
Reference in New Issue
Block a user