diff --git a/addons_updater/Dockerfile b/addons_updater/Dockerfile index dbd8d0b35..c32493d65 100644 --- a/addons_updater/Dockerfile +++ b/addons_updater/Dockerfile @@ -41,7 +41,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index be79b130d..6c5f6deb3 100644 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -48,7 +48,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 05b15d902..48a95bf00 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -53,7 +53,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/epicgamesfree/Dockerfile b/epicgamesfree/Dockerfile index cd10a8c03..fcffb0a88 100644 --- a/epicgamesfree/Dockerfile +++ b/epicgamesfree/Dockerfile @@ -42,7 +42,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index cabde9e14..3c2c19a47 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -41,7 +41,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/flaresolverr/Dockerfile b/flaresolverr/Dockerfile index 3afecff08..88997bb7c 100644 --- a/flaresolverr/Dockerfile +++ b/flaresolverr/Dockerfile @@ -41,7 +41,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 7712f3435..bd9655a87 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -42,7 +42,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/grav/Dockerfile b/grav/Dockerfile index 8d7cd4cf1..7a8d61c9d 100644 --- a/grav/Dockerfile +++ b/grav/Dockerfile @@ -65,7 +65,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 03ea257e1..bda49c0b4 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -67,7 +67,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index bcf194863..f027f6635 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -43,7 +43,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/joal/Dockerfile b/joal/Dockerfile index 470020448..a22ebe157 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -65,7 +65,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && rm /automatic_packages.sh # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 8bd19e828..d4ed06d44 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -44,7 +44,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/omada/Dockerfile b/omada/Dockerfile index 9b4af34f9..eab1a4a55 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -48,7 +48,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/omada_v3/Dockerfile b/omada_v3/Dockerfile index a7fa35c1b..385f29b82 100644 --- a/omada_v3/Dockerfile +++ b/omada_v3/Dockerfile @@ -49,7 +49,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/ombi/Dockerfile b/ombi/Dockerfile index baa404402..dc6071368 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -65,7 +65,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/organizr/Dockerfile b/organizr/Dockerfile index 52df67c62..5a3c47985 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -64,7 +64,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/portainer/Dockerfile b/portainer/Dockerfile index e95385748..7c4aeb0cb 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -64,7 +64,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index a2e5e4fe7..d841cd8ec 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -65,7 +65,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index eeeeb6ed3..cd730f26d 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -40,7 +40,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index eeeeb6ed3..cd730f26d 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -40,7 +40,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 95fec88d9..e396ed25b 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -97,7 +97,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/teamspeak/Dockerfile b/teamspeak/Dockerfile index b7e28ac2f..8d31e38f2 100644 --- a/teamspeak/Dockerfile +++ b/teamspeak/Dockerfile @@ -46,7 +46,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 873457488..15848a401 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -45,7 +45,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \ diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index 014b2ec75..810850f5e 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -48,7 +48,7 @@ RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -f /entrypoint.sh ]; then chmod 755 /entrypoint.sh; fi # Modules -ARG MODULES="00-banner.sh" +ARG MODULES="00-banner.sh 01-custom_script.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 \