Add missing packages to build on EL8
Building on a fresh Rocky Linux 8.7 box gpgme-devel and libassum-devel in addition to the packages already listed.
This commit is contained in:
committed by
Christian Goll
parent
e680e3d475
commit
daaf41ffad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user