From f9f024e3ec38537ff255e7c39c15347112ed17c1 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Sat, 6 Jun 2026 16:54:35 -0400 Subject: [PATCH] node-images/fedora: add less to the node image Install the 'less' pager in the Fedora node image. E.g. when using `journalctl`, without a pager it just directly dumps everything to the terminal. Assisted-by: Pi (Claude Opus 4.6) --- node-images/fedora/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/node-images/fedora/Containerfile b/node-images/fedora/Containerfile index 34f0a55..0fa2c68 100644 --- a/node-images/fedora/Containerfile +++ b/node-images/fedora/Containerfile @@ -27,6 +27,7 @@ RUN /usr/libexec/bootc-base-imagectl build-rootfs \ --install sudo \ --install vim-minimal \ --install jq \ + --install less \ /target-rootfs FROM scratch AS root