diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index e80b7e53b..a8c1192f9 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -3,8 +3,9 @@ ARG BUILD_VERSION FROM ${BUILD_FROM}${BUILD_VERSION} +RUN \ # Install bashio -RUN apt-get update \ + apt-get update \ \ && apt-get install -y --no-install-recommends \ jq \ @@ -30,7 +31,6 @@ RUN apt-get update \ && sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \ # Remove fixed folders, allows connection to webUI && sed '11,13d' /defaults/qBittorrent.conf \ -# Allow connection to webUI && echo 'WebUI\HostHeaderValidation=false' >> /defaults/qBittorrent.conf \ && echo 'WebUI\LocalHostAuth=false' >> /defaults/qBittorrent.conf \ && echo 'WebUI\Username=Homeassistant' >> /defaults/qBittorrent.conf