mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 03:33:41 +01:00
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}"
|