FROM node:6.10

RUN npm install -g \
  elm@0.19.0 \
  elm-format@0.8.0 \
  elm-test@0.19.0-beta5 \
  uglify-js@3.4.7
