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
Some checks failed
Run Actions / build-and-push-image (push) Has been cancelled
Reviewed-on: #1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user