From 34ed11d7241c3faee35a76bd4d7f98742d31d040 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 23 Dec 2022 13:37:48 -0500 Subject: [PATCH] Update Containerfile --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 4f02b57..1708d64 100644 --- a/Containerfile +++ b/Containerfile @@ -7,6 +7,9 @@ COPY etc /etc COPY ublue-firstboot /usr/bin +# Fix rpm-ostree, see: https://bodhi.fedoraproject.org/updates/FEDORA-2022-4ad713eb82 +RUN rpm-ostree override replace https://kojipkgs.fedoraproject.org//packages/rpm-ostree/2022.19/2.fc37/x86_64/rpm-ostree-{libs-,}2022.19-2.fc37.x86_64.rpm + RUN rpm-ostree override remove firefox firefox-langpacks && \ rpm-ostree install distrobox gnome-tweaks && \ sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \