From 3c86dd857e239e585eb771b44df5c36b9e7f7eab Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 7 Sep 2018 22:32:28 +0200 Subject: [PATCH] Try another docker image to speed up the build --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 799cbbf..b430e96 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,7 @@ pipeline: build: - image: node:8 + image: tamlyn/headless-nodejs commands: - - apt-get update - - apt-get install -yq libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libcups2 libxss1 libxrandr2 libpangocairo-1.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libnss3 libasound2 - npm install - npm run test:ci - npm run build-prod