add jq
Gitea/jenkins-inbound-agent-with-docker/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2025-01-17 22:34:59 +01:00
parent c981427fc7
commit 141884d1e6
+1 -1
View File
@@ -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