diff options
| author | spmfox <spmfox@foxwd.com> | 2024-06-03 11:34:36 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-06-03 11:34:36 -0400 |
| commit | 358ea84d3ec0317bd29918b740e10e3dc83e4b77 (patch) | |
| tree | b560b7e0ec1eb415e6ef13baca25666a9500cbbc /templates/bootcblade.containerfile.j2 | |
| parent | b32d6e34f80f957e712c62359481d3a7edfc6d7f (diff) | |
Changing update to be only weekly and persistent, tweaking build process so cache is allowed
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 7e5ade6..41a5a6a 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -7,7 +7,7 @@ RUN dnf -y install epel-release && \ dnf -y install zfs && \ dkms build zfs/$(rpm -q --qf '%{VERSION}' zfs) -k $(ls /usr/lib/modules) && \ dkms install zfs/$(rpm -q --qf '%{VERSION}' zfs) -k $(ls /usr/lib/modules) -RUN dnf -y install vim git podman fish ansible wget && \ +RUN dnf -y install vim git podman fish ansible wget dstat byobu && \ echo "qemu:x:107:107:qemu user:/:/sbin/nologin" >> /etc/passwd && \ dnf -y install qemu-kvm libvirt virt-install virt-viewer && \ dnf -y install cockpit cockpit-bridge cockpit-file-sharing cockpit-machines cockpit-pcp cockpit-podman cockpit-storaged cockpit-system |
