Chore: Fix leftover reference in dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 4 Nov 2024 00:38:31 +0000 (01:38 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 4 Nov 2024 00:38:31 +0000 (01:38 +0100)
Dockerfile

index a8c49acc547fb7dd2690a86e0b219de2372031e3..8fa94bc1fa00c50437a953021784dbd7b08dac44 100644 (file)
@@ -25,7 +25,7 @@ RUN uv pip install \
 RUN uv pip install \
     --no-cache \
     --find-links "https://wheels.home-assistant.io/musllinux/" \
-    "music-assistant[server]@dist/music_assistant-${MASS_VERSION}-py3-none-any.whl"
+    "music-assistant@dist/music_assistant-${MASS_VERSION}-py3-none-any.whl"
 
 # Set some labels
 LABEL \