Update Dockerfile

master
RandomNinjaAtk 4 years ago committed by GitHub
parent f0e220a7b6
commit 7494a6c8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,8 +30,7 @@ RUN \
git \ git \
ffmpeg \ ffmpeg \
python3 \ python3 \
python3-pip \ python3-pips && \
beets && \
apt-get purge --auto-remove -y && \ apt-get purge --auto-remove -y && \
apt-get clean && \ apt-get clean && \
echo "************ setup SMA ************" && \ echo "************ setup SMA ************" && \
@ -48,6 +47,8 @@ RUN \
echo "************ install pip dependencies ************" && \ 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 && \ pip3 install -r ${SMA_PATH}/setup/requirements.txt && \
echo "************ install beets ************" && \
pip3 install https://github.com/beetbox/beets/tarball/master && \
pip3 install pyacoustid pip3 install pyacoustid

Loading…
Cancel
Save