Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-04 11:51:14 +00:00
parent b33ba94a49
commit 57028e3384
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -74,6 +74,7 @@ RUN \
postgresql-dev \
unixodbc-dev \
&& pip install uv \
&& uv pip install pymiele==0.2.0 flatdict==4.0.1 \
&& curl -fsSL "https://github.com/home-assistant/core/archive/${VERSION}.tar.gz" | tar xzf - -C /tmp --strip-components=1 \
&& HOME_ASSISTANT_BASE=$(curl -fsSL "https://raw.githubusercontent.com/home-assistant/core/${VERSION}/build.yaml" | grep "amd64: " | cut -d ":" -f3) \
&& uv pip install --system --only-binary=:all: --find-links "${HOMEASSISTANT_WHEELS}" \