Update Dockerfile

This commit is contained in:
Alexandre
2022-01-15 08:58:30 +01:00
committed by GitHub
parent 738044dc18
commit 5fdf884d95

View File

@@ -35,7 +35,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); fi && \