ARG image_from
FROM ${image_from}

ARG build_type
ENV BUILD_TYPE=${build_type}
