docker:fedora: Add required package to build and upload the documentation

This commit is contained in:
Thibault Saunier 2018-11-24 09:40:55 -03:00
parent e89fad1455
commit b48405a455

View file

@ -53,8 +53,10 @@ RUN dnf builddep -y \
xorg-x11-server-utils \
xorg-x11-server-Xvfb \
ninja-build && \
cmake && \
rsync && \
dnf clean all && \
pip3 install meson && \
pip3 install meson hotdoc && \
export PATH="$PATH:/usr/local/lib/python3.6/site-packages"
ENV GST_BUILD_PATH="/gst-build/"