mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
||||
python2.7 \
|
||||
python-virtualenv \
|
||||
virtualenv \
|
||||
#
|
||||
# Multiple C/C++ dependencies built from source
|
||||
|
|
|
@ -16,12 +16,14 @@ RUN \
|
|||
#
|
||||
# Running mach
|
||||
python2.7 \
|
||||
python-virtualenv \
|
||||
virtualenv \
|
||||
#
|
||||
# Fetching build artifacts
|
||||
curl \
|
||||
#
|
||||
# Servo’s runtime dependencies
|
||||
libgstreamer-plugins-bad1.0 \
|
||||
libssl1.0.0
|
||||
libgl1 \
|
||||
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