diff --git a/filebrowser_quantum/Dockerfile b/filebrowser_quantum/Dockerfile index 56e851ddee..a21b6902e9 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