From 503c7c5af3059bdcbbcfcdae0f582055f86c04bc Mon Sep 17 00:00:00 2001 From: Jordan Pryde Date: Tue, 1 Oct 2024 08:39:26 -0700 Subject: [PATCH] Revert "distrosync to fix mesa driver incompatibility" This reverts commit 150f9fc1c3b6906ac62924dbdb13cae1d035f8a8. --- recipes/Containerfile.fedora-kinoite-laptop-update-snapshot | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/Containerfile.fedora-kinoite-laptop-update-snapshot b/recipes/Containerfile.fedora-kinoite-laptop-update-snapshot index 1f0bb7e..78439af 100644 --- a/recipes/Containerfile.fedora-kinoite-laptop-update-snapshot +++ b/recipes/Containerfile.fedora-kinoite-laptop-update-snapshot @@ -17,7 +17,6 @@ RUN \ && cp -r /tmp/rpms/* /usr/share/local-rpm-repo \ && createrepo /usr/share/local-rpm-repo \ # Upgrade image - fail the pipeline if there no upgrades - && ostree-dnf-upgrade.py --distrosync \ && python3 -u /usr/sbin/ostree-dnf-upgrade.py --fail-if-no-upgrades \ # clear accounts so they uid/gids get assigned by sysusers.d && echo "root:x:0:0:root:/root:/bin/bash" > /etc/passwd \