Merge pull request #754 from olafmersmann/fix_el8-pkgs

Add missing packages to build on EL8
This commit is contained in:
Christian Goll
2023-03-24 08:24:07 +01:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ Install Warewulf and dependencies
sudo dnf groupinstall "Development Tools"
sudo dnf install epel-release
sudo dnf install golang tftp-server dhcp-server nfs-utils
sudo dnf install golang tftp-server dhcp-server nfs-utils gpgpme-devel libassuan-devel
git clone https://github.com/hpcng/warewulf.git
cd warewulf