Update Dockerfile

This commit is contained in:
Alexandre
2022-01-16 13:24:22 +01:00
committed by GitHub
parent 5440102cc4
commit 318c6ccb36

View File

@@ -44,7 +44,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 00-global_var.sh 90-config_yaml.sh 91-silent.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 && \