mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-01-27 18:51:55 +08:00
Merge pull request #102 from bigoulours/requests_oauthlib
adding requests_oauthlib to Dockerfiles + log entry
This commit is contained in:
commit
2fbdeaf199
@ -100,6 +100,7 @@ RUN \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
||||
@ -100,6 +100,7 @@ RUN \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
||||
@ -100,6 +100,7 @@ RUN \
|
||||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
||||
@ -33,6 +33,7 @@ param_ports:
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)." }
|
||||
- { date: "24.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin." }
|
||||
- { date: "15.01.22:", desc: "Rebase to Alpine 3.15." }
|
||||
- { date: "02.06.21:", desc: "Add back gstreamer packages." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user