Removed unused acoustid dependency / logic

This commit is contained in:
Eliot Berriot 2019-01-11 13:50:42 +01:00
commit fe03d08a8e
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 2 additions and 92 deletions

View file

@ -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