From e421fb46d8621ecf5a6b527772b3f56a72ddf9ff Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 7 Feb 2025 11:36:26 +0100 Subject: [PATCH] mkosi: Install strace in build image Useful to debug regressions in rpm or other package managers. --- mkosi.images/build/mkosi.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.images/build/mkosi.conf b/mkosi.images/build/mkosi.conf index 8a67c76ee59..b710f801ee8 100644 --- a/mkosi.images/build/mkosi.conf +++ b/mkosi.images/build/mkosi.conf @@ -5,6 +5,7 @@ Packages= clang lld llvm + strace [Output] Format=none -- 2.47.3