From 96de3867a625abd4cc8a02914184406057ef7acc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Aug 2021 22:06:31 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index ca2f47fae..4450a30db 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -74,14 +74,13 @@ COPY rootfs / VOLUME [ "/data" ] # Environment variables -#ENV \ -# DEBIAN_FRONTEND="non interactive \ -# HOME="/root" \ -# LANG="C.UTF-8" \ -# PS1="$(whoami)@$(hostname):$(pwd)$ " \ -# S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \ -# S6_CMD_WAIT_FOR_SERVICES=1 \ -# TERM="xterm-256color" +ENV \ + DEBIAN_FRONTEND="non interactive \ + LANG="C.UTF-8" \ + PS1="$(whoami)@$(hostname):$(pwd)$ " \ + S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \ + S6_CMD_WAIT_FOR_SERVICES=1 \ + TERM="xterm-256color" ### LABELS ARG BUILD_ARCH