projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef08ff
)
make sure we install the full server package
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 4 Sep 2024 12:07:54 +0000
(14:07 +0200)
committer
GitHub
<noreply@github.com>
Wed, 4 Sep 2024 12:07:54 +0000
(14:07 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index c9352afefd531a80df0efcf0b9e1694040beb21a..ccaa246b31b1145cb3a446e1d52364373d4befe5 100644
(file)
--- 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" \