diff --git a/comixed/Dockerfile b/comixed/Dockerfile index c9cc08c7a..071d53898 100644 --- a/comixed/Dockerfile +++ b/comixed/Dockerfile @@ -64,7 +64,7 @@ ENV PACKAGES="nginx" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" -RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh +RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh || true ################ # 4 Entrypoint #