Update Dockerfile

This commit is contained in:
Alexandre
2022-01-11 14:55:49 +01:00
committed by GitHub
parent 5c0b2ba835
commit ee8ad641ea

View File

@@ -53,7 +53,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE
# Modules
ARG MODULES="00-banner.sh"
ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.sh 90-dns_set.sh"
# Automatic modules download
RUN mkdir -p /tmpscripts /etc/cont-init.d && \