Update arm32v7.dockerfile

master
RandomNinjaAtk 11 months ago committed by GitHub
parent 97a5c5c23c
commit a0d24a3d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,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 && \
echo "************ install beets ************" && \
pip3 install https://github.com/beetbox/beets/tarball/master && \

Loading…
Cancel
Save