mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix run.dockerfile to actually be able to run current Servo
… and avoid runtime errors about missing gstreamer plugins
This commit is contained in:
parent
2a5b7be557
commit
b38fd6b21f
2 changed files with 14 additions and 5 deletions
|
@ -19,8 +19,12 @@ RUN \
|
|||
python-pip \
|
||||
python-dev \
|
||||
#
|
||||
# Compiling C modules when installing Python packages in a virtualenv
|
||||
gcc \
|
||||
#
|
||||
# Installing rustup and sccache (build dockerfile) or fetching build artifacts (run tasks)
|
||||
curl && \
|
||||
curl \
|
||||
&& \
|
||||
# Running mach
|
||||
pip install virtualenv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue