Update Dockerfile

pull/9/head
RandomNinjaAtk 4 years ago committed by GitHub
parent bc8c00586a
commit 3f74c252f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ************" && \

Loading…
Cancel
Save