From: Marcel van der Veldt Date: Sun, 1 Nov 2020 16:42:24 +0000 (+0100) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=998d4c92b989b4729360dfb1706263277c893fdb;p=music-assistant-server.git Update Dockerfile --- 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