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:
d6b412e
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:26:07 +0000
(16:26 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:26:07 +0000
(16:26 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index a10b0e47c469e9ebfeb908cccdc7810370ed7ea8..58b5ac3db74c8a804d350bff0623f1715413a2a8 100755
(executable)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-66,15
+66,15
@@
RUN wget -O rustup.sh https://sh.rustup.rs \
&& cp $HOME/.cargo/bin/* /usr/local/bin \
&& rustup install nightly \
&& rustup default nightly \
- && pip install orjson \
- && rustup self uninstall -y \
- && rm rustup.sh
+ && pip install orjson
# install uvloop and music assistant
RUN pip install --upgrade uvloop music-assistant==${MASS_VERSION}
# cleanup build files
-RUN apk del .build-deps \
+RUN rustup self uninstall -y \
+ && rm rustup.sh \
+ && apk del .build-deps \
&& rm -rf /usr/src/*