aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade.containerfile.j2
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-04-21 09:32:07 -0400
committerspmfox <spmfox@foxwd.com>2025-04-21 09:32:07 -0400
commitf10db1451bef8b005d483d76300053d4c9cfb36d (patch)
treef0cce281d94035500c8db609a10dd5fa66209e82 /templates/bootcblade.containerfile.j2
parent24a7999a1e09e2841771deedd23f1fadc8e4bd26 (diff)
F41: removing man fix
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
-rw-r--r--templates/bootcblade.containerfile.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2
index b2e1606..ae1674e 100644
--- a/templates/bootcblade.containerfile.j2
+++ b/templates/bootcblade.containerfile.j2
@@ -16,9 +16,6 @@ RUN dnf -y install git vim podman fish ansible wget dstat byobu smartmontools hd
# Allow sudo without password
RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/wheel-passwordless-sudo
-# Fix for man pages
-RUN ln -s /usr/bin/man.man-db /usr/bin/man
-
# Firewall
RUN dnf -y install firewalld && \
systemctl enable firewalld && \