From f49cbe7adebd5361c00c7a4c3dd367a4bcb3533b Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 1 Sep 2018 04:21:24 +0200 Subject: [PATCH] Update package list first --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e96d2cf..0d46f2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,7 @@ pipeline: build: image: node:8 commands: + - apt-get update - apt-get install -yq libx11-xcb1 - npm install - npm run test