This lightweight alpine docker image provides front end tooling:
- python 2.7
- node 10.4.1
- libpng
For doing a manual local build of the image:
make docker_build
This image is fully automated via travisci.org.
For reference this .travis.yml file can be validated via:
docker run --rm -it -v $(pwd):/project caktux/travis-cli lint ./travis.yml