jq
A command-line JSON processor that uses a domain-specific language (DSL). More information: <https://stedolan.github.io/jq/manual/>.
RUN apt-get update && \
apt-get install -y jq
RUN apt-get update && \
apt-get install -y jq
RUN apk add jq
RUN pacman -S --noconfirm jq
RUN apt-get update && \
apt-get install -y jq
RUN dnf install -y jq
RUN apt-get update && \
apt-get install -y jq