mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-31 12:54:38 +01:00
feat: add beets check
This commit is contained in:
parent
a8af106fd1
commit
58c141f787
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ RUN \
|
|||
typing-extensions \
|
||||
unidecode && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
pip install -U --no-cache-dir git+https://github.com/geigerzaehler/beets-check.git@master && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue