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:
1ad0034
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 16:42:24 +0000
(17:42 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 16:42:24 +0000
(17:42 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 9ceae9f92d0c715a3b7cd58bb4723de721316aee..b437d80289152b4ec00eabb8bbaeace7a6eafc86 100755
(executable)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-45,6
+45,9
@@
RUN set -x \
&& mkdir -p /etc/fix-attrs.d \
&& mkdir -p /etc/services.d \
\
+ # rustup requirement for maturin/orjson
+ && pip install maturin \
+ && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-10-24 --profile minimal -y \
# install uvloop and music assistant
&& cd /tmp && pip install --upgrade uvloop music-assistant==${MASS_VERSION} \
# cleanup build packages