diff options
| author | spmfox <spmfox@foxwd.com> | 2024-08-29 14:35:19 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-08-29 14:35:19 -0400 |
| commit | 71a3a0608689673c2af916a93cb774b429d436c5 (patch) | |
| tree | 68a908d63992e98b668b8897d753e987e4a9ff80 /templates | |
| parent | 6fbcc6604b1dca176d7ffc486f548dfa6f81d8f1 (diff) | |
adding hdparm and btm
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/bootcblade.containerfile.j2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index f416421..1a03627 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -57,6 +57,10 @@ RUN dnf -y install firewalld && \ # Allow sudo without password RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/wheel-passwordless-sudo +# bottom +RUN 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 clean all + # Other tools -RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools && \ +RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools hdparm && \ dnf clean all |
