From 2343b1e161455d800e7cf8a5f4173b38336bbc53 Mon Sep 17 00:00:00 2001 From: Carl Hattingh <44431287+schattingh@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:08:03 +1000 Subject: [PATCH] Install jq (#21) --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd10587..d7bcd88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,8 +49,9 @@ RUN ln -s /usr/local/aws-cli/v2/current/dist/aws /usr/local/bin/aws && \ apt-get update && \ apt-get install --no-install-recommends -y \ curl \ - openssh-client \ - git && \ + git \ + jq \ + openssh-client && \ rm -rf /var/lib/apt/lists/* RUN ssh-keyscan github.com 2>/dev/null > /etc/ssh/ssh_known_hosts