Add beets-bpmanalyser
This commit is contained in:
parent
467142db01
commit
5f7e11843c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue