Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-03 23:56:05 +00:00
parent a054ddac5d
commit e6e331ed81
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -77,7 +77,9 @@ RUN \
postgresql-dev \
unixodbc-dev \
&& \
pip install uv orjson \
pip install uv \
&& \
uv pip install orjson \
&& \
curl -fsSL "https://github.com/home-assistant/core/archive/${VERSION}.tar.gz" \
| tar xzf - -C /tmp --strip-components=1 \