diff options
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
| -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 |
