Fewer gstream-related dependencies

This commit is contained in:
Simon Sapin 2018-09-20 22:36:30 +02:00
parent 5fbc0faea3
commit c5008356f3
2 changed files with 5 additions and 4 deletions

View file

@ -25,7 +25,6 @@ RUN \
# #
# Running mach # Running mach
python2.7 \ python2.7 \
python-virtualenv \
virtualenv \ virtualenv \
# #
# Multiple C/C++ dependencies built from source # Multiple C/C++ dependencies built from source

View file

@ -16,12 +16,14 @@ RUN \
# #
# Running mach # Running mach
python2.7 \ python2.7 \
python-virtualenv \
virtualenv \ virtualenv \
# #
# Fetching build artifacts # Fetching build artifacts
curl \ curl \
# #
# Servos runtime dependencies # Servos runtime dependencies
libgstreamer-plugins-bad1.0 \ libgl1 \
libssl1.0.0 libssl1.0.0 \
libdbus-1-3 \
libgstreamer-plugins-bad1.0-0 \
gstreamer1.0-plugins-good