diff --git a/.devcontainer/Ubuntu.Dockerfile b/.devcontainer/Ubuntu.Dockerfile index 39f75987087..2ec02be8e5d 100644 --- a/.devcontainer/Ubuntu.Dockerfile +++ b/.devcontainer/Ubuntu.Dockerfile @@ -14,6 +14,9 @@ RUN apt-get update \ && /tmp/linux_packages/generate_pkg_list.sh /tmp/linux_packages/apt/* | xargs apt-get install -y --no-install-recommends \ && curl --version +# Required due to https://github.com/servo/servo/issues/35029 +RUN apt purge -y fonts-droid-fallback + # Please keep `RUST_VERSION` in sync with the `rust-toolchain.toml` file. ENV RUSTUP_HOME=/usr/local/rustup \ CARGO_HOME=/usr/local/cargo \ diff --git a/python/servo/platform/linux_packages/apt/wpt.txt b/python/servo/platform/linux_packages/apt/wpt.txt new file mode 100644 index 00000000000..6063f6d5904 --- /dev/null +++ b/python/servo/platform/linux_packages/apt/wpt.txt @@ -0,0 +1,7 @@ +# The following packages are required by wpt: +# TODO: What is this required for? `linux-wpt.yml` workflow installs it. +mesa-vulkan-drivers +# https://github.com/servo/servo/issues/41044 +fonts-noto-cjk +# https://github.com/servo/servo/issues/41043 +fonts-dejavu-extra