From 48a427815c1067ba86b125a319a2b8d74490d066 Mon Sep 17 00:00:00 2001 From: Kevin Vo Date: Thu, 6 Nov 2025 12:56:20 -0800 Subject: [PATCH] codebuild needs jq --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 99842b9..42557a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get -y update && \ apt-transport-https \ ca-certificates \ curl \ + jq \ make \ software-properties-common && \ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | \