Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-04 00:03:39 +00:00
parent e6e331ed81
commit 4c89ad441f
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

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