From 0ef702eb7d3b674e795d480524b132af6a041b7e Mon Sep 17 00:00:00 2001 From: James Andariese Date: Fri, 29 Mar 2024 10:49:33 -0500 Subject: [PATCH] add yq and jq --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index bdceb8a..467c5cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ RUN apk add \ tea \ curl \ buildah \ + yq \ + jq \ --no-cache USER rootless