5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
ARG BASE_TEMPLATE=default/base
|
|
ARG HOST_RESOLV_CONF=/etc/resolv.conf
|
|
|
|
INCLUDE ${BASE_TEMPLATE} --arg HOST_RESOLV_CONF="${HOST_RESOLV_CONF}"
|