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