Skip to content

Commit

Permalink
openstack: Add netcat to the Installer image
Browse files Browse the repository at this point in the history
This is a manual cherry-pick of e38b029
(#7148)
  • Loading branch information
pierreprinetti committed May 4, 2023
1 parent 84dcd4d commit 5fee167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/openstack/Dockerfile.ci
Expand Up @@ -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
Expand Down

0 comments on commit 5fee167

Please sign in to comment.