Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Sep 27, 2024
1 parent 9618651 commit e8bf483
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 \
# 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" \
Expand Down

0 comments on commit e8bf483

Please sign in to comment.