diff --git a/Dockerfile b/Dockerfile index 93fc804..76fb11c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,7 @@ RUN \ make install && \ echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ + beautifulsoup4 \ beets \ beets-copyartifacts \ flask \ diff --git a/README.md b/README.md index a594380..9d57ee7 100644 --- a/README.md +++ b/README.md @@ -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.