Skip to content

Commit

Permalink
Add missing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Aug 28, 2024
1 parent c0640bd commit 2ab82a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion provision/redhat.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
- name: Install utilities
dnf:
name:
- automake
- gcc-c++
- clang
- llvm
- ccache
- glibc-devel.i686
- libcap-devel
Expand All @@ -14,7 +16,7 @@
- kernel-devel
- libbpf-devel
- elfutils-libelf-devel
- perl-IPC-Cmd
- perl
- NetworkManager-initscripts-ifcfg-rh
state: latest

Expand Down

0 comments on commit 2ab82a4

Please sign in to comment.