From 6d2670bed9aa5898a8c04ec390a37766a95760c0 Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 4 Jan 2025 00:18:08 +0000 Subject: [PATCH] Update apps/home-assistant/Dockerfile --- apps/home-assistant/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index 45db041..df31b36 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -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 \