From e1dc54ea8c5838504ce4e511bdc4c0e6fee8a119 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 18 Oct 2018 13:15:00 -0700 Subject: [PATCH] Install python3-librepo in the test container --- Dockerfile.test | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.test b/Dockerfile.test index 189ca651..462073ff 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -18,6 +18,7 @@ RUN dnf -y install \ python3-semantic_version \ python3-sphinx \ python3-rpmfluff \ + python3-librepo \ beakerlib \ sudo \ tito \