chore: remove jq from rtx

`jq` utility is installed through system package
This commit is contained in:
Joao P Dubas 2023-10-25 23:20:20 +00:00
parent 6f574e0a2d
commit 9a53b1f2b0
2 changed files with 0 additions and 2 deletions

View File

@ -171,7 +171,6 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
elixir \
erlang \
helm \
jq \
kubectl \
poetry \
terraform

View File

@ -4,7 +4,6 @@ elixir = "1.15.4-otp-26"
erlang = "26.0.2"
go = "1.20.6"
helm = "3.12.2"
jq = "1.7"
kubectl = "1.27.4"
node = "20.6.1"
poetry = "1.5.1"