diff options
| author | spmfox <spmfox@foxwd.com> | 2024-06-03 12:17:15 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-06-03 12:17:15 -0400 |
| commit | ebf4707bf9cf6aa31b41e977ac96182d4ac098a0 (patch) | |
| tree | 470bec705886f272c3a537edeca6b054acf14f7a | |
| parent | 1e7191141679b327448e749dbc23ad0b7ed78213 (diff) | |
adding smartmontools
| -rw-r--r-- | templates/bootcblade.containerfile.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index a263973..d8c56a4 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -4,7 +4,7 @@ FROM quay.io/centos-bootc/centos-bootc:{{ centos_bootc_tag if centos_bootc_tag i RUN mkdir /var/roothome # ZFS -RUN dnf -y install epel-release && \ +RUN dnf -y install epel-release git && \ dnf -y install https://zfsonlinux.org/epel/zfs-release-2-3$(rpm --eval "%{dist}").noarch.rpm && \ dnf -y install kernel-devel-$(ls /usr/lib/modules) && \ dnf -y install zfs && \ @@ -37,4 +37,4 @@ RUN dnf -y install firewalld && \ RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/wheel-passwordless-sudo # Other tools -RUN dnf -y install vim git podman fish ansible wget dstat byobu smartmontools +RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools |
