add maturin to installed packages
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 20:58:09 +0000 (21:58 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 20:58:09 +0000 (21:58 +0100)
Dockerfile

index 9b8d2f7bf039d86733585fb48f7e23c7112424a4..68268626e76540f42ac127c55fd09015799929e4 100644 (file)
@@ -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