From 6a7f21f9d69e2a480cea598b91f325f06fe4c5ab Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:59:38 +0100 Subject: [PATCH] Update Dockerfile --- webtrees/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 8d1e8e83a..389f87514 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -73,7 +73,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto # Manual apps ENV PACKAGES="jq \ curl \ - yamllint nginx" + yamllint" # Automatic apps & bashio ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"