aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade.containerfile.j2
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-09-17 20:33:31 -0400
committerspmfox <spmfox@foxwd.com>2025-09-17 20:33:31 -0400
commit1607e7cf6fa75871a4322cb8149f87495792899b (patch)
treecc362798515eb6ce43cc2c4c11eebe62c349e46a /templates/bootcblade.containerfile.j2
parented3c69ef4d5ccc26031fbe042f70e3c8d122e6d0 (diff)
adding pciutils and usbutilsdev
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
-rw-r--r--templates/bootcblade.containerfile.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2
index 6815c66..9df8ac2 100644
--- a/templates/bootcblade.containerfile.j2
+++ b/templates/bootcblade.containerfile.j2
@@ -7,7 +7,7 @@ ARG SKIP_SHARES={{ skip_shares if skip_shares is defined else 'False' }}
# Basic Configuration
RUN mkdir /var/roothome && \
# System tools
- dnf -y install firewalld git vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi rsync glances tree && \
+ dnf -y install firewalld git vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi rsync glances tree pciutils usbutils && \
# btm
dnf -y install `curl -s https://api.github.com/repos/ClementTsang/bottom/releases/latest | grep "browser_download" |grep -v musl |grep ".rpm" |awk -F '"' '{print $4}'` && \
# Cockpit