aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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 && \