From 9a53b1f2b040953ced98acd5fc4e94f95ae9900c Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 25 Oct 2023 23:20:20 +0000 Subject: [PATCH] chore: remove jq from rtx `jq` utility is installed through system package --- Dockerfile | 1 - config/rtx/config.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 333b6bf..6a60d79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -171,7 +171,6 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \ elixir \ erlang \ helm \ - jq \ kubectl \ poetry \ terraform diff --git a/config/rtx/config.toml b/config/rtx/config.toml index c751f66..e457419 100644 --- a/config/rtx/config.toml +++ b/config/rtx/config.toml @@ -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"