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:
4172a42
)
add maturin to installed packages
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 20:58:09 +0000
(21:58 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 20:58:09 +0000
(21:58 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 9b8d2f7bf039d86733585fb48f7e23c7112424a4..68268626e76540f42ac127c55fd09015799929e4 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-42,7
+42,7
@@
COPY requirements_all.txt .
# build python wheels for all dependencies
RUN set -x \
&& pip install --upgrade pip \
- && pip install build \
+ && pip install build
maturin
\
&& pip wheel -r requirements_all.txt --find-links "https://wheels.home-assistant.io/musllinux/"
# build music assistant wheel