From 418e9ad3917c698ff416576da0dc29f994f5e556 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Fri, 19 Jan 2024 02:45:08 +0000 Subject: [PATCH] add jq to al23 version --- Dockerfile.al23 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.al23 b/Dockerfile.al23 index 13a5e75..52875d0 100644 --- a/Dockerfile.al23 +++ b/Dockerfile.al23 @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.title=jswank/aws-cli \ RUN yum install -y --allowerasing \ coreutils shadow-utils \ - less which tar \ + jq less which tar \ sudo vim-minimal \ aws-cli && \ yum clean all