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 \