Skip to content

Commit

Permalink
Merge pull request #7163 from shiftstack/openstack-netcat-4.11
Browse files Browse the repository at this point in the history
OCPBUGS-13104: openstack: Add netcat to the Installer image
  • Loading branch information
openshift-merge-robot committed Jun 4, 2023
2 parents ffaaac3 + 5fee167 commit a35f824
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 a35f824

Please sign in to comment.