mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
add beautifulsoup4 package
This commit is contained in:
parent
98dbebbf35
commit
ee3408b970
1 changed files with 1 additions and 1 deletions
|
|
@ -76,9 +76,9 @@ 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 \
|
||||||
beautifulsoup4 \
|
|
||||||
flask \
|
flask \
|
||||||
pillow \
|
pillow \
|
||||||
pip \
|
pip \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue