mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-12 06:42:00 +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-utils \
|
||||||
xorg-x11-server-Xvfb \
|
xorg-x11-server-Xvfb \
|
||||||
ninja-build && \
|
ninja-build && \
|
||||||
|
cmake && \
|
||||||
|
rsync && \
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
pip3 install meson && \
|
pip3 install meson hotdoc && \
|
||||||
export PATH="$PATH:/usr/local/lib/python3.6/site-packages"
|
export PATH="$PATH:/usr/local/lib/python3.6/site-packages"
|
||||||
|
|
||||||
ENV GST_BUILD_PATH="/gst-build/"
|
ENV GST_BUILD_PATH="/gst-build/"
|
||||||
|
|
Loading…
Reference in a new issue