|
|
@ -50,7 +50,7 @@ RUN \
|
|
|
|
chgrp users ${SMA_PATH}/config/sma.log && \
|
|
|
|
chgrp users ${SMA_PATH}/config/sma.log && \
|
|
|
|
chmod g+w ${SMA_PATH}/config/sma.log && \
|
|
|
|
chmod g+w ${SMA_PATH}/config/sma.log && \
|
|
|
|
echo "************ install pip dependencies ************" && \
|
|
|
|
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 && \
|
|
|
|
pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
|
|
|
|
echo "************ install beets ************" && \
|
|
|
|
echo "************ install beets ************" && \
|
|
|
|
pip3 install https://github.com/beetbox/beets/tarball/master && \
|
|
|
|
pip3 install https://github.com/beetbox/beets/tarball/master && \
|
|
|
|