From: Marcel van der Veldt Date: Sun, 1 Nov 2020 23:40:40 +0000 (+0100) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=04e23adda6a2ca89f545eab5e3fa0bdd51c1fa7a;p=music-assistant-server.git Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index db95aba1..f81c3284 100755 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,9 @@ RUN set -x \ && cd /tmp \ \ # 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 \ + # && pip install maturin \ + # && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-10-24 --profile minimal -y \ + # && source $HOME/.cargo/env \ # install uvloop and music assistant && pip install --upgrade uvloop music-assistant==${MASS_VERSION} \ # cleanup build packages