mirror of
https://github.com/linuxserver/docker-beets
synced 2026-01-20 15:13:14 +01:00
add beautifulsoup4 package
This commit is contained in:
parent
25dcd81dfa
commit
98dbebbf35
2 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ RUN \
|
|||
pip install --no-cache-dir -U \
|
||||
beets \
|
||||
beets-copyartifacts \
|
||||
beautifulsoup4 \
|
||||
flask \
|
||||
pillow \
|
||||
pip \
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
|
|||
|
||||
## Versions
|
||||
|
||||
+ **27.12.17:** Add beautifulsoup4 pip package.
|
||||
+ **06.12.17:** Rebase to alpine linux 3.7.
|
||||
+ **25.05.17:** Rebase to alpine linux 3.6.
|
||||
+ **06.02.17:** Rebase to alpine linux 3.5.
|
||||
|
|
|
|||
Loading…
Reference in a new issue