From 200be4be35c161570b0d4ca11515b1c0609aacf4 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 4 Sep 2024 14:07:54 +0200 Subject: [PATCH] make sure we install the full server package --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9352afe..ccaa246b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \ -- 2.34.1