From 1b02f54d308405e40ed662397d7160232d0b5cd0 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 9 Mar 2023 21:58:09 +0100 Subject: [PATCH] add maturin to installed packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1