mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
Merge pull request #27 from linuxserver/souper_duper
add beautifulsoup4 package
This commit is contained in:
commit
c15023975a
2 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ RUN \
|
||||||
make install && \
|
make install && \
|
||||||
echo "**** install pip packages ****" && \
|
echo "**** install pip packages ****" && \
|
||||||
pip install --no-cache-dir -U \
|
pip install --no-cache-dir -U \
|
||||||
|
beautifulsoup4 \
|
||||||
beets \
|
beets \
|
||||||
beets-copyartifacts \
|
beets-copyartifacts \
|
||||||
flask \
|
flask \
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **27.12.17:** Add beautifulsoup4 pip package.
|
||||||
+ **06.12.17:** Rebase to alpine linux 3.7.
|
+ **06.12.17:** Rebase to alpine linux 3.7.
|
||||||
+ **25.05.17:** Rebase to alpine linux 3.6.
|
+ **25.05.17:** Rebase to alpine linux 3.6.
|
||||||
+ **06.02.17:** Rebase to alpine linux 3.5.
|
+ **06.02.17:** Rebase to alpine linux 3.5.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue