From d07d501f396d4dbd0f0451df2cc826f95f444b54 Mon Sep 17 00:00:00 2001 From: Alessandro Di Stefano Date: Wed, 14 Aug 2024 10:18:21 -0400 Subject: [PATCH] Update Containerfile --- images/fcos-base-image/Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/fcos-base-image/Containerfile b/images/fcos-base-image/Containerfile index 0d1656e..52786ce 100644 --- a/images/fcos-base-image/Containerfile +++ b/images/fcos-base-image/Containerfile @@ -14,9 +14,9 @@ RUN rpm-ostree uninstall nfs-utils-coreos && rpm-ostree install nfs-utils && rm RUN set -x; PACKAGES_INSTALL="bridge-utils conntrack-tools curl fping iftop iputils iproute mtr nethogs socat chrony \ targetcli net-tools bind-utils iperf iperf3 iputils mtr ethtool tftp wget ipmitool gawk \ - htop ncdu procps strace iotop subversion git git-lfs gnupg2 lldpd openssl openvpn rsync tcpdump \ - nmap nmap-ncat krb5-workstation qemu-kvm qemu-user-static libvirt virt-manager virt-install \ - sudo screen telnet unzip util-linux-user ignition zsh nmap-ncat socat python3-pip man \ + htop ncdu procps strace iotop subversion git git-lfs gnupg2 lldpd openssl openvpn rsync tcpdump \ + nmap nmap-ncat krb5-workstation qemu-kvm qemu-user-static libvirt virt-manager virt-install lshw \ + sudo screen telnet unzip util-linux-user ignition zsh nmap-ncat socat python3-pip man pciutils \ skopeo jq vim neovim inotify-tools firewall-config openvswitch NetworkManager-ovs tree sshpass"; \ rpm-ostree install $PACKAGES_INSTALL \ && ln -s /usr/bin/ld.bfd /usr/bin/ld \