Add beets-bpmanalyser
This commit is contained in:
parent
467142db01
commit
5f7e11843c
|
@ -95,6 +95,7 @@ RUN \
|
||||||
pillow \
|
pillow \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
requests \
|
requests \
|
||||||
|
beets-bpmanalyser \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
@ -114,3 +115,4 @@ COPY root/ /
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
EXPOSE 8337
|
EXPOSE 8337
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue