Fix previous commit and do not install rsync

rsync is not needed in the end.
This commit is contained in:
Thibault Saunier 2018-11-25 16:15:59 -03:00
parent 5321d73fa9
commit d2cfcef5bb

View file

@ -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"