Skip to content

Commit

Permalink
make sure we install the full server package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Sep 4, 2024
1 parent 2ef08ff commit 200be4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 200be4b

Please sign in to comment.