Dockerfile: add beets-describe, beets-goingrunning
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2022-10-05 13:32:22 +02:00
parent fc73041f18
commit 3913dc9d07
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ RUN \
pyacoustid \ pyacoustid \
requests \ requests \
beets-bpmanalyser \ beets-bpmanalyser \
beets-describe \
beets-goingrunning \
unidecode && \ unidecode && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apk del --purge \ apk del --purge \