runtime Dockerfiles install things like curl and unzip to aid in building the image but these utilities are not required by the runtime. to optimize the size of the runtime image the runtime dockerfiles should use docker's multi-stage build capability.