ci: Add Python's docutils to the base image

We use rst2man for generating our man pages.
This commit is contained in:
Emmanuele Bassi 2021-09-24 18:04:09 +01:00
parent 113d546486
commit 2fd0da8788

View File

@ -76,6 +76,7 @@ RUN dnf -y install \
pcre-devel \
pcre-static \
python3 \
python3-docutils \
python3-gobject \
python3-jinja2 \
python3-markdown \