Skip to content

Commit 140f2f7

Browse files
authored
Merge pull request #52 from jlebon/pr/add-less-to-node-image
node-images/fedora: add less to the node image
2 parents fdfdc86 + f9f024e commit 140f2f7

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)