From 40149cce3aacb5c6ff951db1c5b2d621ebea4407 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 17 Sep 2019 16:55:02 +0000 Subject: [PATCH] Fix the Fedora build --- Dockerfile.fedora | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.fedora b/Dockerfile.fedora index 2ba2b20..b4f58ea 100644 --- a/Dockerfile.fedora +++ b/Dockerfile.fedora @@ -1,5 +1,7 @@ FROM fedora +RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \ + https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm RUN dnf install -y python3-PyQt5 python3-qt5-webkit python3-qt5-webengine python3-sqlalchemy python3-alembic \ python3-beautifulsoup4 python3-chardet python3-enchant python3-lxml python3-pyxdg python3-pytest \ python3-websockets python3-appdirs python3-webob python3-QtAwesome python3-waitress \