From b5767d0b557075d16616bab46631dbe3369aedb9 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 6 Dec 2020 21:53:48 -0500 Subject: [PATCH] Update Dockerfile.unstable --- Dockerfile.unstable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.unstable b/Dockerfile.unstable index 3caa305..a8a374a 100644 --- a/Dockerfile.unstable +++ b/Dockerfile.unstable @@ -45,7 +45,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 --upgrade pip && \ pip3 install -r ${SMA_PATH}/setup/requirements.txt