From c126cb15307dc96938aa0b6ef019fd44309fd2e8 Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Thu, 27 Aug 2020 11:26:35 +0000 Subject: [PATCH] install-e2e-test-deps.sh: Add libxss1 to debian distros Cypress is failing due to a missing package. Signed-off-by: Tiago Melo --- scripts/dashboard/install-e2e-test-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dashboard/install-e2e-test-deps.sh b/scripts/dashboard/install-e2e-test-deps.sh index c911f765..cf0cc982 100644 --- a/scripts/dashboard/install-e2e-test-deps.sh +++ b/scripts/dashboard/install-e2e-test-deps.sh @@ -13,7 +13,7 @@ if grep -q debian /etc/*-release; then sudo apt-get install -y google-chrome-stable sudo apt-get install -y python-requests python3-requests python-openssl python3-openssl python-jinja2 python3-jinja2 \ python-jwt python3-jwt python-scipy python3-scipy python-routes python3-routes - sudo apt-get install -y xvfb + sudo apt-get install -y xvfb libxss1 sudo rm /etc/apt/sources.list.d/google-chrome.list elif grep -q rhel /etc/*-release; then sudo dd of=/etc/yum.repos.d/google-chrome.repo status=none <