From e7ce7cda72053319fc4a94597f4f7662c3ba040f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 24 Jun 2019 09:23:57 -0700 Subject: [PATCH] tests: Drop libgit2 install from koji --- Dockerfile.test | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index adbb95dc..07de79b5 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,5 +1,4 @@ FROM registry.fedoraproject.org/fedora:rawhide -RUN dnf -y install https://kojipkgs.fedoraproject.org//packages/libgit2/0.28.2/1.fc31/x86_64/libgit2-0.28.2-1.fc31.x86_64.rpm RUN dnf -y install \ anaconda-tui \ libgit2-glib \