From 7eea4487202f149c6f136f35e051118eb1656d30 Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 19 Oct 2025 17:41:28 +0000 Subject: [PATCH] feat: yq --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index a64afd3..0120f18 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -5,8 +5,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ gettext-base \ git \ - jq \ openssh-client \ + yq \ && rm -rf /var/lib/apt/lists/* # https://dl.k8s.io/release/stable.txt RUN curl -sLo /usr/local/bin/kubectl \