docker:fedora: No need to add site-packages to PATH

This commit is contained in:
Thibault Saunier 2019-03-21 20:53:32 -03:00
parent f04c2e7f38
commit 452f64bb5e

View file

@ -152,8 +152,6 @@ dnf debuginfo-install -y gtk3 \
zlib
pip3 install meson==0.49.2
# Add the pip3 installation to the path
export PATH="$PATH:/usr/local/lib/python3.7/site-packages"
# Install the dependencies of gstreamer
dnf builddep -y gstreamer1 \