From 5fee167389f9379a4864af458ba26e6d1431a41a Mon Sep 17 00:00:00 2001 From: Pierre Prinetti Date: Thu, 4 May 2023 13:34:48 +0200 Subject: [PATCH] openstack: Add netcat to the Installer image This is a manual cherry-pick of e38b029bf526c4f9961d86d87dcf3ca1297e6d75 (https://github.com/openshift/installer/pull/7148) --- images/openstack/Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/openstack/Dockerfile.ci b/images/openstack/Dockerfile.ci index f0078a03041..c39162debaf 100644 --- a/images/openstack/Dockerfile.ci +++ b/images/openstack/Dockerfile.ci @@ -28,7 +28,7 @@ RUN yum install --setopt=tsflags=nodocs -y gettext make git gzip util-linux glib # Pin openstacksdk - https://bugzilla.redhat.com/show_bug.cgi?id=1980029 RUN yum update -y && \ yum install --setopt=tsflags=nodocs -y \ - python3-openstackclient ansible-2.9.14-1.el8ae python3-openstacksdk-0.36.* python3-netaddr unzip jq && \ + python3-openstackclient ansible-2.9.14-1.el8ae python3-openstacksdk-0.36.* python3-netaddr unzip jq nmap && \ yum clean all && rm -rf /var/cache/yum/* RUN python -m pip install yq