porter
porter copied to clipboard
Remove duplication from Dockerfiles
Extract common functionality from the Dockerfile for each image that we're building, e.g. when installing pdftk.
Could either be via a shared shell script or by generating the Dockerfiles with a template engine.