&& 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