Skip to content

Commit

Permalink
Merge pull request #78 from openshift-qe/aleskandro-patch-2
Browse files Browse the repository at this point in the history
Add lshw and pciutils to the base fcos image
  • Loading branch information
aleskandro authored Aug 21, 2024
2 parents 6ac4d5a + d07d501 commit 8792795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/fcos-base-image/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8792795

Please sign in to comment.