From: Marcel van der Veldt Date: Mon, 2 Nov 2020 15:19:18 +0000 (+0100) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d6b412e3a670d85b405bfea3a42c166e4b68e049;p=music-assistant-server.git Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index f9ce4f5d..a10b0e47 100755 --- 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" ]