From 5f7e11843c8ffdbb368ddfeed0c3fc80079addb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 5 Oct 2022 10:13:56 +0200 Subject: [PATCH] Add beets-bpmanalyser --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c83c2f8..a061632 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,6 +95,7 @@ RUN \ pillow \ pyacoustid \ requests \ + beets-bpmanalyser \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \ @@ -114,3 +115,4 @@ COPY root/ / # ports and volumes EXPOSE 8337 VOLUME /config +