From 3f74c252f06f4897cd7a3037e6087e4f3f64483e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 1 Apr 2020 09:28:15 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 632bb24..a64ea01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,8 +123,7 @@ RUN \ chgrp users ${SMA_PATH}/config/sma.log && \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ - python3 -m pip install --user --upgrade pip && \ - + python3 -m pip install --user --upgrade pip && \ pip3 install -r ${SMA_PATH}/setup/requirements.txt && \ echo "************ setup sabnzbd-scripts ************" && \ echo "************ setup directory ************" && \