From 998d4c92b989b4729360dfb1706263277c893fdb Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 1 Nov 2020 17:42:24 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9ceae9f9..b437d802 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.34.1