Try another docker image to speed up the build
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
c06ed59959
commit
3c86dd857e
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue