config_yaml.sh

This commit is contained in:
Alexandre
2022-02-02 09:21:19 +01:00
committed by GitHub
parent d0ff143881
commit fad39dc858

View File

@@ -37,7 +37,7 @@ FROM ${BUILD_FROM}
COPY rootfs/ /
# Modules
ARG MODULES="00-banner.sh 00-global_var.sh"
ARG MODULES="00-banner.sh 00-global_var.sh 90-config_yaml.sh"
# Automatic modules download
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \