Skip to content

Commit 5f37c62

Browse files
committed
Fix: Use --break-system-packages for uv install in addon build
1 parent 68a694c commit 5f37c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN if echo "$BUILD_FROM" | grep -q "home-assistant"; then \
4848
apt-get update && \
4949
apt-get install -y --no-install-recommends \
5050
python3 python3-pip && \
51-
pip3 install uv --no-cache-dir && \
51+
pip3 install uv --no-cache-dir --break-system-packages && \
5252
# Install specific Node.js version for addon
5353
echo "Installing Node.js v${NODE_VERSION} for addon..." && \
5454
curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \

0 commit comments

Comments
 (0)