diff --git a/apps/home-assistant/Dockerfile b/apps/home-assistant/Dockerfile index 910961850..6a5c38a64 100644 --- a/apps/home-assistant/Dockerfile +++ b/apps/home-assistant/Dockerfile @@ -100,6 +100,8 @@ RUN \ mkdir -p /config \ && chown nobody:nogroup -R /config \ && \ + pip uninstall --yes uv \ + && \ apk del --purge .build-deps \ && \ rm -rf \