Skip to content

Commit

Permalink
fix: Revert to older version of ostree to fix Flatpak installations (…
Browse files Browse the repository at this point in the history
…#261)

Co-authored-by: Jorge O. Castro <jorge.castro@gmail.com>
  • Loading branch information
EyeCantCU and castrojo committed Jun 24, 2023
1 parent e1fb0c6 commit 0859834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Expand Up @@ -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/*
Expand Down

0 comments on commit 0859834

Please sign in to comment.