Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:19:18 +0000 (16:19 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:19:18 +0000 (16:19 +0100)
Dockerfile

index f9ce4f5d05b2c8ea9a76a5eb47d7521562a428ad..a10b0e47c469e9ebfeb908cccdc7810370ed7ea8 100755 (executable)
@@ -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" ]