From a3a28fdff2b69c5c118f01ed4c92effb4d9eaa13 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 12 Sep 2025 13:03:43 -0400 Subject: [PATCH] integration: Copy distro-sync from main Dockerfile Over in https://github.com/bootc-dev/bootc/pull/1607 I actually *just* deduplicated this code, but that isn't ready to merge yet. Signed-off-by: Colin Walters --- tests/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/build.sh b/tests/build.sh index 1b207ea01..dfbb6c5a1 100755 --- a/tests/build.sh +++ b/tests/build.sh @@ -34,6 +34,7 @@ case \$ID in centos|rhel) dnf config-manager --set-enabled crb;; fedora) dnf -y install dnf-utils 'dnf5-command(builddep)';; esac +dnf -y distro-sync ostree{,-libs} systemd dnf -y builddep contrib/packaging/bootc.spec dnf -y install git-core EORUN