From a348a292f82ead8f3a14cff6d1ea5ad63b0026f6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 21:06:20 +0100 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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