From 019b5981051b9fa326bded4787f51778a15eed30 Mon Sep 17 00:00:00 2001 From: Andras Elso Date: Sun, 5 Oct 2025 23:02:21 +0200 Subject: [PATCH] Add jq to kubectl image --- kubectl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubectl/Dockerfile b/kubectl/Dockerfile index e04b0ed..12b1421 100644 --- a/kubectl/Dockerfile +++ b/kubectl/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk add --update --no-cache curl +RUN apk add --update --no-cache curl jq # Install kubectl RUN ARCH=$(uname -m) && \