From cbe863eedee53651c497e711493d9af1622c0552 Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 28 Oct 2023 09:39:04 -0600 Subject: [PATCH] jq pls --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e586c2..1a7ee20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM docker:24.0.7-dind-alpine3.18 -RUN apk update && apk --no-cache add bash curl git nodejs npm +RUN apk update && apk --no-cache add bash curl git nodejs npm jq