add example(s): two-stage build
Two-stage Docker builds can be used to make use of stuff during image build that shouldn't be deployed (e.g., for license reasons).
For example, LBL has used this to build using the Intel compilers.
Maybe the fromhost
image is a good candidate? It's quite a hog.