From f3c62f0412449d7318ebae6a91b563c607bf6b80 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:51:58 +0200 Subject: [PATCH] Update Dockerfile --- filebrowser_quantum/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser_quantum/Dockerfile b/filebrowser_quantum/Dockerfile index 56e851dde..a21b6902e 100644 --- a/filebrowser_quantum/Dockerfile +++ b/filebrowser_quantum/Dockerfile @@ -52,7 +52,7 @@ RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_auto # Manual apps ENV PACKAGES="bind-tools \ nginx \ - python3" + python3 yq" # Automatic apps & bashio COPY ha_autoapps.sh /ha_autoapps.sh