From 84783a737dab0af4d404b720baeb1ae0aa10017f Mon Sep 17 00:00:00 2001 From: nkononov Date: Mon, 3 Mar 2025 20:57:20 -0500 Subject: [PATCH] Containerfile: added jmespath pkg --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3db7011..cefab88 100644 --- a/Containerfile +++ b/Containerfile @@ -11,7 +11,8 @@ RUN dnf -y install \ # Install ansible and ansible-lint RUN pip3 install --no-cache-dir \ ansible \ - ansible-lint + ansible-lint \ + jmespath # Copy application files to eco-ci-cd folder COPY . ./eco-ci-cd