aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2025-04-21 09:28:15 -0400
committerspmfox <spmfox@foxwd.com>2025-04-21 09:28:15 -0400
commit24a7999a1e09e2841771deedd23f1fadc8e4bd26 (patch)
treefdb0a392d7b85d5825dd68f2fa2db99084c8aa14
parentc0ec5fe2af75e74f065dcb9078a6c405c9ada032 (diff)
F41: removing cockpit-pcp as cockpit-bridge now handles this
-rw-r--r--templates/bootcblade.containerfile.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2
index f8ffef0..b2e1606 100644
--- a/templates/bootcblade.containerfile.j2
+++ b/templates/bootcblade.containerfile.j2
@@ -10,7 +10,7 @@ RUN mkdir /var/roothome
# Basic Tools
RUN dnf -y install git vim podman fish ansible wget dstat byobu smartmontools hdparm wireguard-tools NetworkManager-wifi rsync && \
dnf -y install `curl -s https://api.github.com/repos/ClementTsang/bottom/releases/latest | grep "browser_download" |grep -v musl |grep ".rpm" |awk -F '"' '{print $4}'` && \
- dnf -y install cockpit-bridge cockpit-pcp cockpit-podman cockpit-storaged cockpit-system cockpit-selinux cockpit-ostree cockpit-networkmanager && \
+ dnf -y install cockpit-bridge cockpit-podman cockpit-storaged cockpit-system cockpit-selinux cockpit-ostree cockpit-networkmanager && \
dnf clean all
# Allow sudo without password