[Docker] Allow using core image as base image for app/distribution images
We should add code to the core image that helps others build app/distribution images.
-
Provide an ARG
for a comma-separated list of apps to install ontop of core -
Add ONBUILD
instructions that install these apps and repeat the post-install steps as necessary
Edited by Tom Teichler