projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8bf483
)
include pywidevine in base image
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 01:07:40 +0000
(
03:07
+0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 01:07:40 +0000
(
03:07
+0200)
Dockerfile.base
patch
|
blob
|
history
diff --git
a/Dockerfile.base
b/Dockerfile.base
index cdd02ceee9720cd974ae99bb54cdaf982e1afa91..bdf89a2ded767b19f60758e2cf37bb41adaaaf3f 100644
(file)
--- a/
Dockerfile.base
+++ b/
Dockerfile.base
@@
-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" \