Skip to content
Snippets Groups Projects
Verified Commit a7818447 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: fix missing dependency

parent 31243e69
No related branches found
No related tags found
1 merge request!96DOC: Added CITATION.cff to the list of files in the release guide where the...
Pipeline #37234 failed
......@@ -9,6 +9,9 @@ RUN apt-get update && \
python3-pip screen libpam0g-dev unzip curl shunit2 \
python3-sphinx
RUN apt-get install -y \
libcairo2-dev
RUN pip3 install javasphinx recommonmark sphinx-rtd-theme sphinxcontrib-plantuml sphinx-a4doc
# Alternative, if javasphinx fails because python3-sphinx is too recent:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment