Add python3-xcffib to Dockerfile to work with Fedora 29
This commit is contained in:
parent
ce8576d39e
commit
83078d056f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue