From cc4b36a984a3aefe32b0f6e553ab0aade15d0bd1 Mon Sep 17 00:00:00 2001 From: spmfox Date: Sun, 20 Oct 2024 19:19:47 -0400 Subject: adding wifi support --- templates/bootcblade.containerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/bootcblade.containerfile.j2') diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index 8f53937..2e7b956 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -62,7 +62,7 @@ RUN dnf -y install `curl -s https://api.github.com/repos/ClementTsang/bottom/rel dnf clean all # Other tools -RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools && \ +RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi && \ dnf clean all # Fix for man -- cgit