Removed unused acoustid dependency / logic
This commit is contained in:
parent
14392ebb0c
commit
fe03d08a8e
8 changed files with 2 additions and 92 deletions
|
|
@ -10,7 +10,7 @@ RUN apt-get update; \
|
|||
grep -Fv "python3-dev" | \
|
||||
xargs apt-get install -y --no-install-recommends; \
|
||||
rm -rf /usr/share/doc/* /usr/share/locale/*
|
||||
RUN curl -L https://github.com/acoustid/chromaprint/releases/download/v1.4.2/chromaprint-fpcalc-1.4.2-linux-x86_64.tar.gz | tar -xz -C /usr/local/bin --strip 1
|
||||
|
||||
COPY ./requirements/base.txt /requirements/base.txt
|
||||
RUN pip install -r /requirements/base.txt
|
||||
COPY ./requirements/production.txt /requirements/production.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue