From ce524e96c940a021b4bfb50286635c29d6c2e435 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:07:48 +0200 Subject: [PATCH] Update Dockerfile --- calibre/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre/Dockerfile b/calibre/Dockerfile index 67eae0ff4..1eb11db91 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -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 \