From 31fd3a7f849fb5faff9f0d08c55cc47739cf82eb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:20:37 +0100 Subject: [PATCH] Update Dockerfile https://github.com/alexbelgium/hassio-addons/issues/1099 --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index e8ee79be9..af410ae23 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -79,7 +79,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="gcompat ffmpeg" +ENV PACKAGES="gcompat ffmpeg imagemagick" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"