Combine several docker images to avoid long build times
I have a docker image being built as a multi stage build from ubuntu:latest as base # do some stuff from base as llvm # build llvm (takes ~1.5 hours) from llvm as independent_big_project # build independent big project (takes…