From c28bf91e65954b2b7c68b75e4bee7f5797b72708 Mon Sep 17 00:00:00 2001 From: spmfox Date: Mon, 9 Sep 2024 15:57:43 -0400 Subject: fixing the man command --- templates/bootcblade.containerfile.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/bootcblade.containerfile.j2') diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index 1a03627..f2f3ddc 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -64,3 +64,6 @@ RUN dnf -y install `curl -s https://api.github.com/repos/ClementTsang/bottom/rel # Other tools RUN dnf -y install vim podman fish ansible wget dstat byobu smartmontools hdparm && \ dnf clean all + +# Fix for man +RUN ln -s /usr/bin/man.man-db /usr/bin/man -- cgit