From c90627e03639b385dd984386c1d53ece3b7bf255 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Fri, 9 Feb 2024 13:41:28 +1300 Subject: [PATCH] fix: podman v4.9.2 override correct the step --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c522aec..94d431d 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ RUN rpm-ostree override remove \ --install=qemu \ --install=bootc \ --install=osbuild-selinux -RUN rpm-ostree install https://bodhi.fedoraproject.org/updates/FEDORA-2024-a1ac5fb998 +RUN rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2024-a1ac5fb998 RUN systemctl enable \ libvirtd.service \ rpm-ostreed-automatic.timer \