Update Dockerfile

This commit is contained in:
Alexandre
2022-02-24 21:29:42 +01:00
committed by GitHub
parent 99a3b8fb71
commit 17aec0182e

View File

@@ -32,7 +32,7 @@ ENV TZ=Europe/Paris
COPY rootfs/ /
# Modules
ARG MODULES="00-banner.sh 90-config_yam.sh"
ARG MODULES="00-banner.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 \