Update Dockerfile

This commit is contained in:
Alexandre
2022-11-18 14:46:55 +01:00
committed by GitHub
parent fb27800ee2
commit dd6b8bf446

View File

@@ -40,7 +40,7 @@ RUN \
COPY rootfs/ / COPY rootfs/ /
# Modules # Modules
ARG MODULES="00-banner.sh 01-custom_script.sh 92-local_mounts.sh 92-smb_mounts.sh 90-dns_set.sh" ARG MODULES="00-banner.sh 01-custom_script.sh"
# Automatic modules download # 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 \ 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 \