Need to install beets for all users
All checks were successful
Cargo CI / Build and Test (pull_request) Successful in 2m6s
Cargo CI / Lint (pull_request) Successful in 1m4s

This commit is contained in:
Wojciech Kozlowski 2024-08-24 15:38:01 +02:00
parent a7b5aff33f
commit f5f7964c05

View File

@ -12,4 +12,7 @@ RUN apt-get update && apt-get install -y \
nodejs \
pipx
RUN pipx install --include-deps --system-site-packages beets==2.0.0
# Once pipx>=1.5.0 is available use --global instead of env
RUN env PIPX_HOME=/usr/local/pipx \
PIPX_BIN_DIR=/usr/local/bin \
pipx install --include-deps --system-site-packages beets==2.0.0