Skip to content

Commit

Permalink
include pywidevine in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Sep 27, 2024
1 parent e8bf483 commit eef93e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit eef93e9

Please sign in to comment.