Merge pull request 'fix: add jq package to Dockerfile for enhanced JSON processing' (#1) from add-jq into main
Some checks failed
Run Actions / build-and-push-image (push) Has been cancelled

Reviewed-on: #1
This commit is contained in:
2025-05-08 11:12:22 -05:00

View File

@@ -10,6 +10,7 @@ RUN dnf update -y && \
wget \ wget \
which \ which \
vim \ vim \
jq \
python3-pip && \ python3-pip && \
dnf group install -y "Development Tools" && \ dnf group install -y "Development Tools" && \
dnf clean all dnf clean all