From: Marcel van der Veldt Date: Fri, 27 Sep 2024 00:54:25 +0000 (+0200) Subject: tweak X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e8bf48397a4ac8eac7718d21e7a776f6520b3ea8;p=music-assistant-server.git tweak --- diff --git a/Dockerfile.base b/Dockerfile.base index 3d29f067..cdd02cee 100644 --- 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" \