From 9c4f4b71fde4b1acb738cb1016e2afacb7719d45 Mon Sep 17 00:00:00 2001 From: Biagio Manzari Date: Thu, 6 Jul 2023 08:37:09 +0200 Subject: [PATCH] Add coreos-installer pkg for ignition testing (#11) --- images/prow-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/prow-image/Dockerfile b/images/prow-image/Dockerfile index 8c4059a..a989bf9 100644 --- a/images/prow-image/Dockerfile +++ b/images/prow-image/Dockerfile @@ -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 && \