From 54ba511d724d0a42f79f1a5834dc1c868692e9eb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Aug 2021 20:14:28 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index e7203ff52..ca2f47fae 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -75,6 +75,7 @@ VOLUME [ "/data" ] # Environment variables #ENV \ +# DEBIAN_FRONTEND="non interactive \ # HOME="/root" \ # LANG="C.UTF-8" \ # PS1="$(whoami)@$(hostname):$(pwd)$ " \