From 04e23adda6a2ca89f545eab5e3fa0bdd51c1fa7a Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Mon, 2 Nov 2020 00:40:40 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.34.1