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:
82be445
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:19:18 +0000
(16:19 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:19:18 +0000
(16:19 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index f9ce4f5d05b2c8ea9a76a5eb47d7521562a428ad..a10b0e47c469e9ebfeb908cccdc7810370ed7ea8 100755
(executable)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-67,7
+67,7
@@
RUN wget -O rustup.sh https://sh.rustup.rs \
&& rustup install nightly \
&& rustup default nightly \
&& pip install orjson \
- &&
sh rustup.sh --
uninstall -y \
+ &&
rustup self
uninstall -y \
&& rm rustup.sh
# install uvloop and music assistant
@@
-77,6
+77,7
@@
RUN pip install --upgrade uvloop music-assistant==${MASS_VERSION}
RUN apk del .build-deps \
&& rm -rf /usr/src/*
+
ENV DEBUG=false
VOLUME [ "/data" ]