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