From 83078d056f5ddcb321ec3bbeeabb4b536ef5f321 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 9 Apr 2019 21:50:28 +0200 Subject: [PATCH] Add python3-xcffib to Dockerfile to work with Fedora 29 --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 560008d..e7c387b 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -14,7 +14,7 @@ FROM fedora:latest # Install requirements -RUN dnf install -y python3-cairocffi git-core python3-markdown python3-lxml python3-setuptools pstoedit +RUN dnf install -y python3-cairocffi python3-xcffib git-core python3-markdown python3-lxml python3-setuptools pstoedit # Get Boxes.py sources to /boxes RUN git clone https://github.com/florianfesti/boxes.git