Add python3-xcffib to Dockerfile to work with Fedora 29

This commit is contained in:
Florian Festi 2019-04-09 21:50:28 +02:00
parent ce8576d39e
commit 83078d056f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
FROM fedora:latest FROM fedora:latest
# Install requirements # 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 # Get Boxes.py sources to /boxes
RUN git clone https://github.com/florianfesti/boxes.git RUN git clone https://github.com/florianfesti/boxes.git