Skip to content

Commit

Permalink
Add coreos-installer pkg for ignition testing (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanzari authored Jul 6, 2023
1 parent 01305d5 commit 9c4f4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/prow-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV HOME /output
RUN set -x; INSTALL_PKGS="ansible openssh rsync wget bc file findutils git hostname lsof make \
socat tar tree util-linux wget which zip curl gawk iputils jq iproute ca-certificates \
nmap-ncat socat mtr bash net-tools bind-utils iperf3 tcpdump procps conntrack-tools \
iputils ethtool strace ipmitool butane libvirt-client nmstate" && \
iputils ethtool strace ipmitool butane libvirt-client nmstate coreos-installer" && \
mkdir -p ${HOME} && \
yum install --setopt=install_weak_deps=False --nodocs -y $INSTALL_PKGS && \
yum clean all && \
Expand Down

0 comments on commit 9c4f4b7

Please sign in to comment.