mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
14 lines
307 B
Docker
14 lines
307 B
Docker
% include base.dockerfile
|
||
|
||
# Servo’s runtime dependencies:
|
||
RUN apt-get install -qy --no-install-recommends \
|
||
libgl1 \
|
||
libssl1.1 \
|
||
libdbus-1-3 \
|
||
libxcb-shape0-dev \
|
||
gstreamer1.0-plugins-good \
|
||
gstreamer1.0-plugins-bad \
|
||
gstreamer1.0-libav \
|
||
gstreamer1.0-gl \
|
||
libunwind8
|