use aspell utility image

This commit is contained in:
Joe Green 2017-08-14 09:14:13 +01:00 committed by GitHub
parent 094f3b0168
commit b1b0acc4b3

View file

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'node:6.9.5'
image 'sharelatex/node-aspell:6.9.5'
args "-v /var/lib/jenkins/.npm:/tmp/.npm"
}
}