We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 580d037 + a69a27f commit 2ffd73eCopy full SHA for 2ffd73e
images/openstack/Dockerfile.ci
@@ -26,7 +26,7 @@ RUN yum install --setopt=tsflags=nodocs -y gettext make git gzip util-linux glib
26
27
RUN yum update -y && \
28
yum install --setopt=tsflags=nodocs -y \
29
- python3-openstackclient ansible-2.9.14-1.el8ae python3-openstacksdk python3-netaddr unzip jq && \
+ python3-openstackclient ansible-2.9.14-1.el8ae python3-openstacksdk python3-netaddr unzip jq nmap && \
30
yum clean all && rm -rf /var/cache/yum/*
31
32
RUN python -m pip install yq
0 commit comments