From: Marcel van der Veldt Date: Thu, 9 Mar 2023 20:58:09 +0000 (+0100) Subject: add maturin to installed packages X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1b02f54d308405e40ed662397d7160232d0b5cd0;p=music-assistant-server.git add maturin to installed packages --- diff --git a/Dockerfile b/Dockerfile index 9b8d2f7b..68268626 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ COPY requirements_all.txt . # build python wheels for all dependencies RUN set -x \ && pip install --upgrade pip \ - && pip install build \ + && pip install build maturin \ && pip wheel -r requirements_all.txt --find-links "https://wheels.home-assistant.io/musllinux/" # build music assistant wheel