Skip to content

Commit a69a27f

Browse files
openstack: Add netcat to the Installer image
ncat is needed for setting up load balancer and proxy environments in the CI.
1 parent 580d037 commit a69a27f

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)