From: Marcel van der Veldt Date: Wed, 4 Sep 2024 12:07:54 +0000 (+0200) Subject: make sure we install the full server package X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=200be4be35c161570b0d4ca11515b1c0609aacf4;p=music-assistant-server.git make sure we install the full server package --- 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" \