diff options
| author | spmfox <spmfox@foxwd.com> | 2024-09-09 15:57:43 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-09-09 15:57:43 -0400 |
| commit | c28bf91e65954b2b7c68b75e4bee7f5797b72708 (patch) | |
| tree | fc5a3ea2e350dce83001b91e7120e1b0c473ac3a /templates | |
| parent | 71a3a0608689673c2af916a93cb774b429d436c5 (diff) | |
fixing the man command
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/bootcblade.containerfile.j2 | 3 |
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 |
