tweak
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 00:54:25 +0000 (02:54 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 00:54:25 +0000 (02:54 +0200)
Dockerfile.base

index 3d29f0677a743981526beb03ad8b070e92124da5..cdd02ceee9720cd974ae99bb54cdaf982e1afa91 100644 (file)
@@ -38,11 +38,11 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
 # Upgrade pip + Install uv
 RUN pip install --upgrade pip \
     && pip install uv==0.2.27 \
-    # install complicated dependencies (e.g. construct)
+    # pre-install complicated dependencies (e.g. construct) to prevent oserror on docker
     && uv pip install \
     --no-cache \
     --find-links "https://wheels.home-assistant.io/musllinux/" \
-    construct[extras]==2.10.70
+    construct
 
 LABEL \
     org.opencontainers.image.title="Music Assistant Base Image" \