Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tim-Philipp Müller
gst-ci
Commits
b48405a4
Commit
b48405a4
authored
Nov 24, 2018
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker:fedora: Add required package to build and upload the documentation
parent
e89fad14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docker/build-base-images/Dockerfile-fedora
docker/build-base-images/Dockerfile-fedora
+3
-1
No files found.
docker/build-base-images/Dockerfile-fedora
View file @
b48405a4
...
...
@@ -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/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment