fix: add jq package to Dockerfile for enhanced JSON processing
Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
@@ -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