include pywidevine in base image
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 01:07:40 +0000 (03:07 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 01:07:40 +0000 (03:07 +0200)
Dockerfile.base

index cdd02ceee9720cd974ae99bb54cdaf982e1afa91..bdf89a2ded767b19f60758e2cf37bb41adaaaf3f 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 \
-    # pre-install complicated dependencies (e.g. construct) to prevent oserror on docker
+    # pre-install complicated dependencies (e.g. pywidevine) to prevent oserror on docker
     && uv pip install \
     --no-cache \
     --find-links "https://wheels.home-assistant.io/musllinux/" \
-    construct
+    pywidevine==1.8.0
 
 LABEL \
     org.opencontainers.image.title="Music Assistant Base Image" \