Provides a docker image with
This Docker image is meant to be imported and layered upon when building another Docker image that depends on node and wkhtmltopdf,
E.g. (first line of a Dockerfile)
FROM anarh/node-wkhtmltopdf:latest
# additional lines in Dockerfile
...