mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 00:13:03 +01:00
adding requests_oauthlib from pip
necessary for bpsync plugin see https://beets.readthedocs.io/en/stable/plugins/beatport.html
This commit is contained in:
parent
3b6cfcb747
commit
8863e8cc4d
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ RUN \
|
|||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
|
|
|||
Loading…
Reference in a new issue