mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fewer gstream-related dependencies
This commit is contained in:
parent
5fbc0faea3
commit
c5008356f3
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
#
|
#
|
||||||
# Servo’s runtime dependencies
|
# Servo’s 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue