From 4990c58af9b5ce866dbe3672fd4a99e325d6cce9 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Mon, 10 Nov 2025 18:55:05 -0500 Subject: [PATCH] Switching from silverblue to fedora-bootc --- lenovo-16arh7h/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lenovo-16arh7h/Containerfile b/lenovo-16arh7h/Containerfile index b1ab632..9ea6d9a 100644 --- a/lenovo-16arh7h/Containerfile +++ b/lenovo-16arh7h/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/fedora/fedora-silverblue:43 +FROM quay.io/fedora/fedora-bootc:43 COPY gpg-keys/* /keys/ @@ -22,6 +22,7 @@ RUN rpm --import \ dkms \ fuse-sshfs \ geany \ + git \ htop \ iftop \ iotop \