Update Dockerfile

This commit is contained in:
Alexandre
2022-04-29 17:07:48 +02:00
committed by GitHub
parent 0eb739f74c
commit ce524e96c9

View File

@@ -45,7 +45,7 @@ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
COPY rootfs/ /
# Modules
ARG MODULES="00-banner.sh 00-global_var.sh 92-local_mounts.sh 92-smb_mounts.sh"
ARG MODULES="00-banner.sh 92-local_mounts.sh 92-smb_mounts.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 \