Minimal 125mb HarpJS Microcontainer leveraging the Alphine Linux
From Quay.io
docker run --rm quay.io/technotycoon/alphine-harp:latest harp --version
or Docker Hub
docker run --rm technotycoon/alphine-harp:latest harp --version
Due to this Node-Sass/Alphine Linux issue sass/node-sass#808, node-sass binary needs to be re-compiled.
Dependency packages such as python, make and g++ are pulled down to build node-sass, therefore they need to be cleaned up and squashed using:
docker export <layered container> | docker import – <squashed image>