Skip to content

Commit

Permalink
Add 'libegl1-mesa-dev' needed by Servo to the Docker image
Browse files Browse the repository at this point in the history
Servo now requires 'libegl1-mesa-dev' as a runtime
dependency. This should fix the crashes in wdspec:

https://github.com/web-platform-tests/wpt/runs/20476263011
  • Loading branch information
mukilan authored Feb 9, 2024
1 parent b9c905d commit eb6bbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get -qqy update \
glib-networking-services \
gstreamer1.0-plugins-bad \
gstreamer1.0-gl \
libegl1-mesa-dev \
libosmesa6-dev \
libproxy1-plugin-webkit \
libvirt-daemon-system \
Expand Down

0 comments on commit eb6bbf5

Please sign in to comment.