Adding additional packages and dependancies for Beets usage

pull/8/head
RandomNinjaAtk 5 years ago committed by GitHub
parent fe97bad36c
commit f9206a6dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,11 +105,16 @@ RUN \
apt-get install -y \
git \
wget \
imagemagick \
python3 \
python3-acoustid \
python3-pythonmagick
python3-pip && \
# Install beets
pip3 install --no-cache-dir -U \
beets \
requests \
Pillow \
pyacoustid && \
# make directory
mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save