From 0859834454591a4b231a710e491825c08391235d Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sat, 24 Jun 2023 12:22:00 -0600 Subject: [PATCH] fix: Revert to older version of ostree to fix Flatpak installations (#261) Co-authored-by: Jorge O. Castro --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 4cd47f52..60d67865 100644 --- a/Containerfile +++ b/Containerfile @@ -15,6 +15,9 @@ ADD packages.json /tmp/packages.json COPY --from=ghcr.io/ublue-os/config:latest /rpms /tmp/rpms COPY --from=ghcr.io/ublue-os/akmods:${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms +# Revert to older version of ostree to fix Flatpak installations +RUN rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2023-cab8a89753 + RUN /tmp/build.sh RUN /tmp/post-install.sh RUN rm -rf /tmp/* /var/*