From f10db1451bef8b005d483d76300053d4c9cfb36d Mon Sep 17 00:00:00 2001 From: spmfox Date: Mon, 21 Apr 2025 09:32:07 -0400 Subject: F41: removing man fix --- templates/bootcblade.containerfile.j2 | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates/bootcblade.containerfile.j2') 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 && \ -- cgit