diff options
| author | spmfox <spmfox@foxwd.com> | 2025-04-21 09:32:07 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-04-21 09:32:07 -0400 |
| commit | f10db1451bef8b005d483d76300053d4c9cfb36d (patch) | |
| tree | f0cce281d94035500c8db609a10dd5fa66209e82 | |
| parent | 24a7999a1e09e2841771deedd23f1fadc8e4bd26 (diff) | |
F41: removing man fix
| -rw-r--r-- | templates/bootcblade.containerfile.j2 | 3 |
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 && \ |
