aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade.containerfile.j2
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-09-09 15:57:43 -0400
committerspmfox <spmfox@foxwd.com>2024-09-09 15:57:43 -0400
commitc28bf91e65954b2b7c68b75e4bee7f5797b72708 (patch)
treefc5a3ea2e350dce83001b91e7120e1b0c473ac3a /templates/bootcblade.containerfile.j2
parent71a3a0608689673c2af916a93cb774b429d436c5 (diff)
fixing the man command
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
-rw-r--r--templates/bootcblade.containerfile.j23
1 files changed, 3 insertions, 0 deletions
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