From 9024c5868127fa5d157466c8797ec7c0c19a768c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Apr 02 2019 17:24:45 +0000 Subject: Install python-six for tests This is a workaround for a missing dependency in libmodulemd Signed-off-by: Stephen Gallagher --- diff --git a/Dockerfile b/Dockerfile index f2cd731..2a12b0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ LABEL maintainer="Stephen Gallagher " RUN dnf -y --setopt=install_weak_deps=False install \ git-core \ make \ + python3-six \ python3-libmodulemd \ python3-libmodulemd1 \ python3-GitPython \