Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro authored Aug 14, 2024
1 parent 6ac4d5a commit d07d501
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 d07d501

Please sign in to comment.