diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 340c40123..0f0b6583b 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -38,7 +38,7 @@ USER root COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 01-custom_script.sh" +ARG MODULES="00-banner.sh 00-global_var.sh 01-custom_script.sh" # Automatic modules download ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"