6 lines
79 B
Docker
6 lines
79 B
Docker
ARG image_from
|
|
FROM ${image_from}
|
|
|
|
ARG build_type
|
|
ENV BUILD_TYPE=${build_type}
|