From 35f19beda08abba62ec55ec76057f58f5ed34c0c Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 1 Sep 2018 04:12:48 +0200 Subject: [PATCH] Try installing some additional library --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 0198cfe..e96d2cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,7 @@ pipeline: build: image: node:8 commands: + - apt-get install -yq libx11-xcb1 - npm install - npm run test - npm run build-prod