diff --git a/immich_noml/Dockerfile b/immich_noml/Dockerfile index 255a26185..11b49a28e 100644 --- a/immich_noml/Dockerfile +++ b/immich_noml/Dockerfile @@ -64,7 +64,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps -ENV PACKAGES="sudo yamllint pip jq" +ENV PACKAGES="sudo sed yamllint pip jq" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"