diff --git a/.taskcluster.yml b/.taskcluster.yml index 53518a9498a7cd..38af7fa10af839 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -57,7 +57,7 @@ tasks: owner: ${owner} source: ${event.repository.clone_url} payload: - image: webplatformtests/wpt:0.56 + image: webplatformtests/wpt:0.57 maxRunTime: 7200 artifacts: public/results: diff --git a/tools/ci/tc/tasks/test.yml b/tools/ci/tc/tasks/test.yml index ea9c7f9daea38d..d62312737c843c 100644 --- a/tools/ci/tc/tasks/test.yml +++ b/tools/ci/tc/tasks/test.yml @@ -4,7 +4,7 @@ components: workerType: ci schedulerId: taskcluster-github deadline: "24 hours" - image: webplatformtests/wpt:0.56 + image: webplatformtests/wpt:0.57 maxRunTime: 7200 artifacts: public/results: diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index a9162559ab8764..e1ff6b9020515f 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -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 \