Update Dockerfile

pull/9/head
RandomNinjaAtk 4 years ago committed by GitHub
parent ea6e55ce3d
commit ad6ba61343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,29 +96,17 @@ RUN \
flac \
opus-tools \
jq \
git \
wget \
beets \
python3 \
python3-pip \
cron && \
apt-get purge --auto-remove -y && \
apt-get clean
# get python3 and git, and install python libraries
# get install SMA
RUN \
apt-get update && \
apt-get install -y \
git \
wget \
libchromaprint-tools \
imagemagick \
python3 \
python3-acoustid \
python3-pythonmagick \
python3-pip && \
# Install beets
pip3 install --no-cache-dir -U \
beets \
requests \
Pillow \
pylast \
pyacoustid && \
# make directory
mkdir -p ${SMA_PATH} && \
# download repo

Loading…
Cancel
Save