servo/etc/taskcluster/docker/run.dockerfile
Simon Sapin b38fd6b21f Fix run.dockerfile to actually be able to run current Servo
… and avoid runtime errors about missing gstreamer plugins
2019-11-19 17:38:47 +01:00

15 lines
337 B
Docker
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% include base.dockerfile
# Servos runtime dependencies:
RUN apt-get install -qy --no-install-recommends \
libgl1 \
libssl1.1 \
libdbus-1-3 \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-libav \
gstreamer1.0-gl \
libunwind8 \
#
# Compiling shaders in OSMesa:
llvm \