Update Dockerfile

pull/9/head
RandomNinjaAtk 5 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 \ flac \
opus-tools \ opus-tools \
jq \ jq \
git \
wget \
beets \
python3 \
python3-pip \
cron && \ cron && \
apt-get purge --auto-remove -y && \ apt-get purge --auto-remove -y && \
apt-get clean apt-get clean
# get python3 and git, and install python libraries # get install SMA
RUN \ 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 # make directory
mkdir -p ${SMA_PATH} && \ mkdir -p ${SMA_PATH} && \
# download repo # download repo

Loading…
Cancel
Save