Update Dockerfile

pull/6/head
RandomNinjaAtk 4 years ago committed by GitHub
parent bd61bab872
commit 39122e85bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,6 +116,10 @@ RUN \
# install pip, venv, and set up a virtual self contained python environment
python3 -m pip install --user --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt
# Install beets
pip3 install --no-cache-dir -U \
beets \
pyacoustid
RUN \
# ffmpeg

Loading…
Cancel
Save