feat: add beets check

This commit is contained in:
vicholp 2023-12-05 05:43:21 -03:00
parent a8af106fd1
commit 58c141f787

View file

@ -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 && \