From 2d703bb5bc24b859ddefb3166cd9d105e845fc29 Mon Sep 17 00:00:00 2001 From: nkononov Date: Mon, 10 Mar 2025 13:09:21 -0400 Subject: [PATCH] containerfile: added netaddr package --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index cefab88..74b5d05 100644 --- a/Containerfile +++ b/Containerfile @@ -12,6 +12,7 @@ RUN dnf -y install \ RUN pip3 install --no-cache-dir \ ansible \ ansible-lint \ + netaddr \ jmespath # Copy application files to eco-ci-cd folder