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:
9618651
)
tweak
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 00:54:25 +0000
(
02:54
+0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 27 Sep 2024 00:54:25 +0000
(
02:54
+0200)
Dockerfile.base
patch
|
blob
|
history
diff --git
a/Dockerfile.base
b/Dockerfile.base
index 3d29f0677a743981526beb03ad8b070e92124da5..cdd02ceee9720cd974ae99bb54cdaf982e1afa91 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 \
- #
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" \