mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Fix previous commit and do not install rsync
rsync is not needed in the end.
This commit is contained in:
parent
5321d73fa9
commit
d2cfcef5bb
1 changed files with 1 additions and 2 deletions
|
@ -52,9 +52,8 @@ RUN dnf builddep -y \
|
||||||
python3-cairo-devel \
|
python3-cairo-devel \
|
||||||
xorg-x11-server-utils \
|
xorg-x11-server-utils \
|
||||||
xorg-x11-server-Xvfb \
|
xorg-x11-server-Xvfb \
|
||||||
ninja-build && \
|
ninja-build \
|
||||||
cmake && \
|
cmake && \
|
||||||
rsync && \
|
|
||||||
dnf clean all && \
|
dnf clean all && \
|
||||||
pip3 install meson hotdoc && \
|
pip3 install meson hotdoc && \
|
||||||
export PATH="$PATH:/usr/local/lib/python3.6/site-packages"
|
export PATH="$PATH:/usr/local/lib/python3.6/site-packages"
|
||||||
|
|
Loading…
Reference in a new issue