diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-21 10:30:00 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-21 10:30:00 -0400 |
| commit | 3409857418332132e6d1e1027cbd4aff6e3cd329 (patch) | |
| tree | b915309b0f42429d45baec08cd80963ea80d5a11 /templates/bootcblade.containerfile.j2 | |
| parent | f10db1451bef8b005d483d76300053d4c9cfb36d (diff) | |
Tools: adding tree and glances
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
| -rw-r--r-- | templates/bootcblade.containerfile.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index ae1674e..3a8a8f6 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -8,7 +8,7 @@ ARG SKIP_SHARES={{ skip_shares if skip_shares is defined else 'False' }} RUN mkdir /var/roothome # Basic Tools -RUN dnf -y install git vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi rsync && \ +RUN dnf -y install git vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi rsync glances tree && \ 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}'` && \ dnf -y install cockpit-bridge cockpit-podman cockpit-storaged cockpit-system cockpit-selinux cockpit-ostree cockpit-networkmanager && \ dnf clean all |
