[ci] switch to node:alpine

master
Simon Bruder 2018-06-10 10:45:46 +00:00
parent e76fe6fbb2
commit 6c1d8edd4e
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 1 deletions

View File

@ -22,10 +22,11 @@ pipeline:
revealjs: revealjs:
group: prepare group: prepare
image: node image: node:alpine
environment: environment:
- NODE_ENV=production - NODE_ENV=production
commands: commands:
- apk add --no-cache make
- ./compile.sh revealjs - ./compile.sh revealjs
latex: latex: