Update apps/home-assistant/Dockerfile

This commit is contained in:
Tommy 2025-01-04 00:18:08 +00:00
parent a343c81526
commit 6d2670bed9
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

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