Skip to content

Commit

Permalink
feat: add beets check
Browse files Browse the repository at this point in the history
  • Loading branch information
vicholp committed Oct 4, 2024
1 parent a8af106 commit 58c141f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 58c141f

Please sign in to comment.