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 \ apt-get install -y \
git \ git \
wget \ wget \
imagemagick \
python3 \ python3 \
python3-acoustid \
python3-pythonmagick
python3-pip && \ python3-pip && \
# Install beets # Install beets
pip3 install --no-cache-dir -U \ pip3 install --no-cache-dir -U \
beets \ beets \
requests \
Pillow \
pyacoustid && \ pyacoustid && \
# make directory # make directory
mkdir -p ${SMA_PATH} && \ mkdir -p ${SMA_PATH} && \

Loading…
Cancel
Save