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