make sure we install the full server package
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 4 Sep 2024 12:07:54 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 12:07:54 +0000 (14:07 +0200)
Dockerfile

index c9352afefd531a80df0efcf0b9e1694040beb21a..ccaa246b31b1145cb3a446e1d52364373d4befe5 100644 (file)
@@ -13,11 +13,10 @@ ARG TARGETPLATFORM
 ADD dist dist
 # Install Music Assistant from prebuilt wheel
 RUN uv pip install \
-    --system \
     --no-cache \
     --find-links "https://wheels.home-assistant.io/musllinux/" \
-    dist/music_assistant-${MASS_VERSION}-py3-none-any.whl
-
+    "music-assistant[server]@dist/music_assistant-${MASS_VERSION}-py3-none-any.whl"
+    
 # Set some labels
 LABEL \
     org.opencontainers.image.title="Music Assistant Server" \