From e40fe408d92b0bf423875df0421e48ae1efae4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 21 Aug 2023 21:49:31 +0200 Subject: [PATCH] mockbuild: always install podman MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mock now uses podman for a bootstrap Signed-off-by: Ondřej Budai --- schutzbot/mockbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schutzbot/mockbuild.sh b/schutzbot/mockbuild.sh index b06c2f670..f17bec8ab 100755 --- a/schutzbot/mockbuild.sh +++ b/schutzbot/mockbuild.sh @@ -101,7 +101,7 @@ fi # Install requirements for building RPMs in mock. greenprint "📦 Installing mock requirements" -sudo dnf -y install createrepo_c mock s3cmd +sudo dnf -y install createrepo_c mock s3cmd podman # Print some data.