Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 16:42:24 +0000 (17:42 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 16:42:24 +0000 (17:42 +0100)
Dockerfile

index 9ceae9f92d0c715a3b7cd58bb4723de721316aee..b437d80289152b4ec00eabb8bbaeace7a6eafc86 100755 (executable)
@@ -45,6 +45,9 @@ RUN set -x \
     && mkdir -p /etc/fix-attrs.d \
     && mkdir -p /etc/services.d \
     \
+    # 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 \
     # install uvloop and music assistant
     && cd /tmp && pip install --upgrade uvloop music-assistant==${MASS_VERSION} \
     # cleanup build packages