From 9d187f9f9291010e325ab675c3ff834c139301c6 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Thu, 14 Dec 2023 12:46:24 -0800 Subject: [PATCH] Docker: add xvfb (#30727) add xvfb old-commit-hash: 075e6ff3e62107073a489863769767552295be62 --- tools/install_ubuntu_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index 78a01f2b75..e1bd30aa39 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -77,6 +77,7 @@ function install_ubuntu_common_requirements() { libqt5x11extras5-dev \ libreadline-dev \ libdw1 \ + xvfb \ valgrind }