From 780f123f1570acae0e4bbe78e1b234f6405d552d Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 1 Sep 2018 04:40:14 +0200 Subject: [PATCH] Install even more libs --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0d46f2a..e5c250e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: image: node:8 commands: - apt-get update - - apt-get install -yq libx11-xcb1 + - apt-get install -yq libx11-xcb1 libx11composite1 libx11cursor1 libx11damage1 libcups2 libxss1 libxrandr2 libpangocairo-1.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 - npm install - npm run test - npm run build-prod