Update apps/home-assistant/Dockerfile
This commit is contained in:
parent
047a26be81
commit
a054ddac5d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ RUN \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
unixodbc-dev \
|
unixodbc-dev \
|
||||||
&& \
|
&& \
|
||||||
pip install uv \
|
pip install uv orjson \
|
||||||
&& \
|
&& \
|
||||||
curl -fsSL "https://github.com/home-assistant/core/archive/${VERSION}.tar.gz" \
|
curl -fsSL "https://github.com/home-assistant/core/archive/${VERSION}.tar.gz" \
|
||||||
| tar xzf - -C /tmp --strip-components=1 \
|
| tar xzf - -C /tmp --strip-components=1 \
|
||||||
|
|
Loading…
Reference in a new issue