mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docker:fedora: Add required package to build and upload the documentation
This commit is contained in:
parent
e89fad1455
commit
b48405a455
1 changed files with 3 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue