Update Dockerfile

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

@ -104,6 +104,10 @@ RUN \
wget \
python3 \
python3-pip && \
# Install beets
pip3 install --no-cache-dir -U \
beets \
pyacoustid && \
# make directory
mkdir -p ${SMA_PATH} && \
# download repo
@ -117,10 +121,6 @@ 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