From 7487d3d49dd50c81e3af26e1934b48d31d423107 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 7 Sep 2020 20:16:56 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ea6d57..a00166e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,10 +49,7 @@ RUN \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ python3 -m pip install --user --upgrade pip && \ - pip3 install -r ${SMA_PATH}/setup/requirements.txt && \ - echo "************ setup sabnzbd-scripts ************" && \ - echo "************ setup directory ************" && \ - mkdir -p ${SABSCRIPTS_PATH} + pip3 install -r ${SMA_PATH}/setup/requirements.txt # copy local files