Include `jq` in the Docker image
AlexDaichendt opened this issue · 2 comments
AlexDaichendt commented
Hey!
I was creating scripts that parse a REST API with jq
. I was wondering if it was possible to include jq
in the default docker image, since its a fairly standard tool to parse json in bash scripts.
Obviously, I can build my own image, but perhaps more people could profit / save time if some common standard scripting tools are shipped with a docker image.
Thank you in advance for creating and maintaining this project :)
ricoberger commented
Hi @AlexDaichendt, thanks for your suggestion 🙂. Version 2.9.0 should contain jq
.
AlexDaichendt commented
Wonderful, thank you for the quick action :)