Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 23:40:40 +0000 (00:40 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 23:40:40 +0000 (00:40 +0100)
Dockerfile

index db95aba12d58f7caa7a476388b87c21e78207531..f81c32842fcb7bb4cb098a5df816599db89f4e78 100755 (executable)
@@ -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