From 141884d1e6a813b9901cb13591edb58aa14a28dd Mon Sep 17 00:00:00 2001 From: Georgios Jason Efstathiou Date: Fri, 17 Jan 2025 22:34:59 +0100 Subject: [PATCH] add jq --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d14a4b0..648dd90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ USER root # Alpine seems to come with libcurl baked in, which is prone to mismatching # with newer versions of curl. The solution is to upgrade libcurl. -RUN apk add --no-cache -u libcurl curl +RUN apk add --no-cache -u libcurl curl jq # Install Docker client ARG DOCKER_VERSION=24.0.6 ARG DOCKER_COMPOSE_VERSION=1.21.0