Update apps/home-assistant/Dockerfile
This commit is contained in:
parent
a343c81526
commit
6d2670bed9
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue