Skip to content

Commit 2ffd73e

Browse files
Merge pull request openshift#7142 from shiftstack/openstack-netcat
OCPBUGS-12904: openstack: Add netcat to the Installer image
2 parents 580d037 + a69a27f commit 2ffd73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/openstack/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN yum install --setopt=tsflags=nodocs -y gettext make git gzip util-linux glib
2626

2727
RUN yum update -y && \
2828
yum install --setopt=tsflags=nodocs -y \
29-
python3-openstackclient ansible-2.9.14-1.el8ae python3-openstacksdk python3-netaddr unzip jq && \
29+
python3-openstackclient ansible-2.9.14-1.el8ae python3-openstacksdk python3-netaddr unzip jq nmap && \
3030
yum clean all && rm -rf /var/cache/yum/*
3131

3232
RUN python -m pip install yq

0 commit comments

Comments
 (0)