diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index 3ffa183eb..ef56b4d6b 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -79,7 +79,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/mealie/Dockerfile b/mealie/Dockerfile index c9c191338..8f591fecf 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -96,7 +96,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/monica/Dockerfile b/monica/Dockerfile index d91b3fec5..0aa2889e1 100644 --- a/monica/Dockerfile +++ b/monica/Dockerfile @@ -101,7 +101,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/mylar3/Dockerfile b/mylar3/Dockerfile index 8dd0c2b14..4b5f50791 100644 --- a/mylar3/Dockerfile +++ b/mylar3/Dockerfile @@ -69,7 +69,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/navidrome/Dockerfile b/navidrome/Dockerfile index 3aaf9c964..e98e36565 100644 --- a/navidrome/Dockerfile +++ b/navidrome/Dockerfile @@ -68,7 +68,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index ee233f7b9..fe24d262f 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -108,7 +108,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index 625fdd462..0f915172a 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -69,7 +69,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/ombi/Dockerfile b/ombi/Dockerfile index 05c4d293e..9a5d9d5d0 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/omni-tools/Dockerfile b/omni-tools/Dockerfile index 6d2b71fc7..d8683bd7a 100644 --- a/omni-tools/Dockerfile +++ b/omni-tools/Dockerfile @@ -68,7 +68,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/openproject/Dockerfile b/openproject/Dockerfile index 0f3d2a3b5..fde314fd3 100644 --- a/openproject/Dockerfile +++ b/openproject/Dockerfile @@ -77,7 +77,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/organizr/Dockerfile b/organizr/Dockerfile index f3e10c6af..d20c01a30 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -68,7 +68,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/overseerr/Dockerfile b/overseerr/Dockerfile index 8cb065b09..041bde97f 100644 --- a/overseerr/Dockerfile +++ b/overseerr/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index fb4c98c9a..9f77556bb 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -75,7 +75,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index e7500d33d..2e4529764 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -71,7 +71,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/plex/Dockerfile b/plex/Dockerfile index 9af6305e5..840f792aa 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -83,7 +83,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/portainer/Dockerfile b/portainer/Dockerfile index f590a6e55..20676d4ac 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -87,7 +87,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/postgres_15/Dockerfile b/postgres_15/Dockerfile index fa41d2a6d..e29d3ad38 100644 --- a/postgres_15/Dockerfile +++ b/postgres_15/Dockerfile @@ -71,7 +71,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index 5e82f6d72..402437937 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -72,7 +72,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 818e6296c..bb51a4b1d 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -134,7 +134,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/radarr/Dockerfile b/radarr/Dockerfile index 2cd5a246f..9225cfa33 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -73,7 +73,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/readarr/Dockerfile b/readarr/Dockerfile index 0a5bc6131..87f25271d 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index 4da33db18..6a9edf20e 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -72,7 +72,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 98cf41a7e..5dcf1cee8 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -91,7 +91,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/sabnzbd/Dockerfile b/sabnzbd/Dockerfile index 625fdd462..0f915172a 100644 --- a/sabnzbd/Dockerfile +++ b/sabnzbd/Dockerfile @@ -69,7 +69,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index ba180117a..34c8155d0 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -67,7 +67,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index eb991f23f..01b114d79 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -64,7 +64,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/seafile/Dockerfile b/seafile/Dockerfile index 74f9c45f7..5d4d2c0f4 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/signalk/Dockerfile b/signalk/Dockerfile index 500e1b8a5..cf7403744 100644 --- a/signalk/Dockerfile +++ b/signalk/Dockerfile @@ -73,7 +73,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/social_to_mealie/Dockerfile b/social_to_mealie/Dockerfile index c1539721b..50dd6c387 100644 --- a/social_to_mealie/Dockerfile +++ b/social_to_mealie/Dockerfile @@ -66,7 +66,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 7dfc6e79c..eb3df3289 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -73,7 +73,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/sponsorblockcast/Dockerfile b/sponsorblockcast/Dockerfile index 80cbf2513..9cb1cc27c 100644 --- a/sponsorblockcast/Dockerfile +++ b/sponsorblockcast/Dockerfile @@ -66,7 +66,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index ee8a854ee..3dcde2a80 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -123,7 +123,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index 1d069cef5..ff2cc0fba 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -64,7 +64,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/tdarr/Dockerfile b/tdarr/Dockerfile index 3d2ae98b5..5eb8736f2 100644 --- a/tdarr/Dockerfile +++ b/tdarr/Dockerfile @@ -64,7 +64,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/teamspeak/Dockerfile b/teamspeak/Dockerfile index 3e8621bd4..07dec3381 100644 --- a/teamspeak/Dockerfile +++ b/teamspeak/Dockerfile @@ -71,7 +71,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/transmission/Dockerfile b/transmission/Dockerfile index d638db423..9883a9e7f 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -80,7 +80,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/transmission_openvpn/Dockerfile b/transmission_openvpn/Dockerfile index 7e496c498..4e97a5c14 100644 --- a/transmission_openvpn/Dockerfile +++ b/transmission_openvpn/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 5eb90aea7..1baa4e19c 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -83,7 +83,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index 1b9fea885..2684240f0 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -68,7 +68,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index cb9ce273d..df6b3d4bd 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -86,7 +86,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 11febd564..7ce2a079b 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -88,7 +88,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/wger/Dockerfile b/wger/Dockerfile index 18255186c..4f2390d26 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -77,7 +77,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/whatsapper/Dockerfile b/whatsapper/Dockerfile index 728820316..441073a89 100644 --- a/whatsapper/Dockerfile +++ b/whatsapper/Dockerfile @@ -68,7 +68,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/whoogle/Dockerfile b/whoogle/Dockerfile index af198a847..73cf0e27d 100644 --- a/whoogle/Dockerfile +++ b/whoogle/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 1df88c6f8..eb076cb21 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index c48688b7c..343dce0a7 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -75,7 +75,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/zzz_archived_code-server/Dockerfile b/zzz_archived_code-server/Dockerfile index 9a2fa813f..268a1e649 100644 --- a/zzz_archived_code-server/Dockerfile +++ b/zzz_archived_code-server/Dockerfile @@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh diff --git a/zzz_archived_omada/Dockerfile b/zzz_archived_omada/Dockerfile index 4a1020db0..3cb1eee18 100644 --- a/zzz_archived_omada/Dockerfile +++ b/zzz_archived_omada/Dockerfile @@ -68,7 +68,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh COPY rootfs/ / -RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command +RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \; + ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh