From 71e42a91fc4b99a456d2f830683cc9084a038ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Sat, 27 Apr 2019 19:02:51 +0200 Subject: [PATCH] Make Fedora's add_repository() function rebuild the local package index --- images/fedora/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/images/fedora/functions b/images/fedora/functions index 52bf7dc..21ae958 100644 --- a/images/fedora/functions +++ b/images/fedora/functions @@ -25,6 +25,7 @@ add_repository() { --add-repo "$url" guest_ssh -p $port build@localhost sudo dnf config-manager \ --set-enabled "$name" + guest_ssh -p $port build@localhost sudo dnf makecache } sanity_check() { -- 2.38.5