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