From 6c1d8edd4e0099578c8d383c6f522d7879230ce3 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 10 Jun 2018 10:45:46 +0000 Subject: [PATCH] [ci] switch to node:alpine --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 545e506..c66ea7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,10 +22,11 @@ pipeline: revealjs: group: prepare - image: node + image: node:alpine environment: - NODE_ENV=production commands: + - apk add --no-cache make - ./compile.sh revealjs latex: