Update Dockerfile

pull/11/head
RandomNinjaAtk 4 years ago committed by GitHub
parent e20953a45c
commit 7487d3d49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save