Skip to content

Commit f9f024e

Browse files
committed
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)
1 parent 7a1fef0 commit f9f024e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

node-images/fedora/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN /usr/libexec/bootc-base-imagectl build-rootfs \
2727
--install sudo \
2828
--install vim-minimal \
2929
--install jq \
30+
--install less \
3031
/target-rootfs
3132

3233
FROM scratch AS root

0 commit comments

Comments
 (0)