Update Dockerfile

This commit is contained in:
Alexandre
2022-04-12 20:20:45 +02:00
committed by GitHub
parent a2884b118d
commit 5efb8bf66a

View File

@@ -32,7 +32,7 @@ FROM ${BUILD_FROM}
COPY rootfs/ /
# Modules
ARG MODULES="00-banner.sh 00-global_var.sh 90-config_yaml.sh"
ARG MODULES="00-banner.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 \